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 do you mean by hashing?
In C we use only compiler. Why java uses both compiler and interpreter? What is its significance?
What are the 6 mandatory procedures for iso 9001?
Can private class be inherited in java?
Can an interface implement another interface?
What is the purpose of the finally clause?
What are the differences between c++ and java?
How would overload a function based on return type?
What is type safety in java?
what is the main class of all the classes
What is an 8 bit word?
Why we do exception handling in java and how many types of exceptions are there?