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 java reflection api?
What is a layout manager and what are different types of layout managers available in java awt?
What are the differences between processes and threads?
Can an object be null?
Differentiate between a constructor and a method? Can we mark constructors final?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
Is null == null in java?
What is use of arraylist in java?
Is array primitive data type in java?
What is variable and rules of variable?
Why is java called the platform independent programming language?
Explain role of constructor in a java application?