If there is no implementation of MARKER INTERFACE in java.
Then how compiler come to know about specification.
Answer Posted / kamlesh yadav
Implementing a java Class with the help of Marker Interface
will inform compiler about specification.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
What is the difference between static (class) method and instance method?
Explain about sets?
How does a for loop work java?
What is codebase?
Give a practical example of singleton class usage?
What do you meant by active and passive objects?
What is the difference between logical data independence and physical data independence?
Can we sort list in java?
Can a class have multiple constructors?
Explain about serializable interface in java?
Can substring create new object?
Is java 9 released?
What does snprintf return?
What is ternary operator?