what is marker interface ? what is the necessity of it?
Answer Posted / javaexp
<a
href="http://www.javaexperience.com/java-marker-interfaces/">Marker
interfaces in Java</a> are used for marking a specific
behavior and we can only simulate the behavior by writing
custom interfaces without any methods and having
implementing them by other classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you use equal in java?
What does s mean in regex?
Is age discrete or continuous?
I want to persist data of objects for later use. What is the best approach to do so?
design an lru cache in java?
Why a dead thread occurs?
How thread scheduler schedule the task?
What technique can be employed to compare two strings?
What is mnemonic in assembly language?
Difference between final and effectively final ? Why is effectively final even required ?
What is local class in java?
What are peerless components?
How big is a gigabyte?
What is a native method in java programming?
What are the disadvantages of using inner classes?