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 are drawbacks of singleton class?
Can you give few examples of final classes defined in java api?
What is a finally block? Is there a case when finally will not execute?
What is the basic concepts of OOPS?
how can you take care of mutual exclusion using java threads? : Java thread
What is a percentage sign called?
What are exception handling keywords in java?
Why parsing is done?
what is the constructor and how many types of constructors are used in java?
Why do we create public static method in java?
What is Java Reflection API? Why it’s so important to have?
What is the difference between exception and error in java?
What exactly is a .class file?
What is meant by binding in rmi?
State some advantages of java?