What is Marker interface in java? and what is clone?
Answer Posted / kavya
It’s a kind of interface which has no method is known as marker interface. Serializable, Clonnable is the example of marker interface to create <a href="http://beyondcorner.com/create-own-marker-interface-in-java">Marker Interface in Java </a>
Use of Marker Interface:
Marker Interfaces are used to indicate something to compiler/JVM. If JVM see that a class is a object of Marker Interface then it will perform some special operation. Take an example with Serializable, Clonnable marker interface, if JVM see a Class is Serialized/Clonnable then It will do some special operation on it, similar way if JVM sees one Class is implemented custom marker interface which is created by ourself then the JVM do some special operation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between dom and sax parser in java?
What is Major and importance difference between for and foreach loop ?
What are identifiers in java?
How to reverse string in java?
What is substring 1 in java?
Can we write class inside a class in java?
What classes of exceptions may be thrown by a throw statement?
What is passing by reference in java?
Which programming language is best in future?
What is yield () in java?
Why is stringbuffer thread safe?
explain what is transient variable in java?
What are the different types of sorting in java?
When parseint method can be used?
Is 0 an irrational number?