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
Can a static method be overridden in java?
What are predefined functions?
What is final keyword?
What is module in project?
What is difference between call by value and call by reference?
What is an off by one error in java?
Explain the selection sort algorithm?
Can we pass a primitive type by reference in java? How
What is binary search in java?
which pattern is default in scanner package?
Is singleton thread safe in java?
What is native method in java?
What is an empty list in java?
Does variable declaration allocate memory?
Explain the difference between jvm and jre?