If there is no implementation of MARKER INTERFACE in java.
Then how compiler come to know about specification.
Answer Posted / vijayakumar chinnasamy
Every marker interface has some specific functionality and
no methods in that interface.
Ex:
Searializable - Persistent purpose
Clonnable - for cloning the object
SingleThreadedModel - only one object can be create.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is the difference between process and thread? : Java thread
What is the purpose of a transient variable?
What are streams in java 8?
What is a void in java?
Can we create our own daemon thread?
Can we instantiate interface in java?
What are kinds of processors?
What is a java predicate?
What is the use of arraylist in java?
What is a method in coding?
Is linked list a linear or non-linear data structure?
What is instance synchronization?
What super () does in java?
How to disable caching on back button of the browser?
How define set in java?