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
Difference between abstract and concrete class ?
Is array synchronized in java?
What is skeleton and stub? What is the purpose of those?
What is udp in java?
What is predicate in java?
Why java is used everywhere?
Why are parameters used in functions?
How to change the priority of thread or how to set the priority of thread?
What is the final variable?
Give any two differences between C++ and java.
When object is created and destroyed?
What are the types of web technologies?
What is constructor chaining and how is it achieved in java?
What is nested class?
Explain restrictions for using anonymous inner classes?