How does marker interface provides functionality to the
implemented class ?
or How dose maker interface gets the functionalities as
serialization or cloning.
Answer Posted / yadav
I answered , Nobody has clear answer regarding this, 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 ? | 5 Yes | 2 No |
Post New Answer View All Answers
How we can make copy of a java object?
What is javac used for?
Why do we need wrapper class?
How to change value in arraylist java?
What is quick sort in java?
What is the importance of finally block in exception handling?
What is a parameter in simple terms?
Explain the difference between collection api and stream api in java8?
How does regex work?
Define canvas?
What is early binding and late binding in java?
Can a main method be overloaded?
What is the do while loop syntax?
What is getclass () getname () in java?
Does java have extension methods?