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
What is int lol?
What are implicit objects in java?
What are basic data types?
Is string pool garbage collected?
Is java call by reference?
Enlist few advantages of inheritance?
How do you do math powers in java?
What is the purpose of encapsulation?
Why is serialization required?
What is operator overloading. Is it is supported in java?
What is the difference between a window and a frame in java programming?
What is lazy programming?
Why bytecode is called bytecode?
Explain exception chaining in java?
What is a instance variable?