What is Marker interface in java? and what is clone?
Answer Posted / medha
marker interface is interface with no methods.marker
interfaces:
serializable,clonable,SingleThreadModel,EventListener
marker interfaces are called in order to add some
functionality to the calling classes.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
What is r * in math?
What is jit compiler in java?
What do you mean by garbage collection used in java?
Can we declare an array without size in java?
What is a Null object?
How big is a 64 bit float?
What is factor r?
Is a method a procedure?
What is collection class in java?
What is difference between java and java ee?
What is static keyword in java?
What is getkey () in java?
Highest level event class of the event-delegation model?
Explain the importance of finalize() method.
Can a class with private constructor be extended?