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 the purpose of format function?
When does a class need a virtual destructor?
Is java a super set of javascript?
Explain about transient variables in java?
Can we change the value of static variable?
Can a class have multiple constructors?
Where and how can you use a private constructor?
What is better- service oriented or batch oriented solutions?
Can a boolean be null java?
What exactly is java?
when you will synchronize a piece of your code? : Java thread
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
Where is core java used?
How does java pattern compile work?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?