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 exactly is java?
When the constructor of a class is invoked?
What is java algorithm?
What is the difference between multitasking and multithreading in Java
What is the purpose of void class?
Can a abstract class be declared final?
What is the difference between path and classpath variables?
Can you create an object of an abstract class?
What is mutable object and immutable object?
What is the use of predicate in java 8?
how many types of Inheritance?
What is the use of inner class?
Is char a method in java?
What is an arraylist in java?
Why are pointers not secure?