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
How to implement a multithreaded applet?
What is qms certification?
Describe 2 different ways to concatenate two strings.
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
Which is fastest collection in java?
What is :: operator in java 8?
Which collection is thread safe in java?
How objects are stored in java?
Where is core java used?
Explain OOPs concept.
Can a list be null in java?
What is java oops?
When do you get classcastexception?
How can we create a synchronized collection from given collection?
How large is a boolean?