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
Write a java program for binary search?
What does || || mean in math?
What is object english?
What are checked exceptions?
What is singleton class example?
What are the types of exceptions?
What is parameter example?
What is definition and declaration?
What restrictions are placed on method overriding in java programming?
What are class types in java?
What is autoboxing in java?
What are exception handling keywords in java?
How does arrays sort work in java?
Explain about wait() method?
What is the difference between heap and stack memory?