how a marker interface gets its functionality and when we
implements a marker interface how it got invoked
Answer Posted / bhargavi
The marker interfaces would have got the functionalities
from the super class or interface . Marker interfaces are
called as tagged interfaces which wraps a specific
functionality with its name.It doesn't contains any method.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is difference between an object and a class?
What is rule of accessibility in java?
What is an iterator java?
Explain how to force the garbage collection in java.
What Is Query Throttling in java?
What is method and methodology?
What is the use of singleton class?
How listener identify that the event came from a particular object?
What is the difference between variable & constant?
What is the use of a copy constructor?
Mention some features of java?
what are the high-level thread states? : Java thread
Explain about automatic type conversion in java?
What is the difference between the boolean & operator and the && operator in java programming?
What is the Difference between Final Class && Abstract Class?