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 method overloading in JAVA? Why is it not present in C ?
0 Answers Akamai Technologies,
What is the difference between Stream Reader and Stream Writer?
What is canonical name in java?
How do you change an int to a string?
What is Three tier architecture. Can anyone explain with a Ordinary web application Project? (JSP,Servlets,JAVA,DAO) ?
What is onClassLoader in java?
In what type of containers, Border layout is a default layout?
Compare Mutex and Semaphore in java.
What is lazy initialization in java?
What is type casting?
what Data encapsulation in java?
What is main function purpose?