How Marker Interfaces are instruct to complete the desired
need ?
Answers were Sorted based on User's Feedback
Answer / sreedhar
marker interface is there no content of that,Marker
interfaces are Serializable, Clonable, SingleThreadModel,
Event listener. Marker Interfaces are implemented by the
classes or their super classes in order to add some
functionality.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ranjan
A Interface that have no member is known as marker or Tagged
interface.They are used to providde some essential
information to JVM sothat jvm may perform some useful operation.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is assembly language?
What is factor r?
What do you mean by chromounits in java8?
What is Major and importance difference between for and foreach loop ?
What is Java exception handling?
Which are different kinds of source code?
What are access modifiers in Java ?
What are the methods of object class ?
What for read() function?
What do u mean by wrapper Class? What do u mean by Jvm... How do u change JVM for other OS? Or No need to Change ...? its like tricky
Can we clone singleton class in java?
What is Distributed Application and what is its usage?