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 |
Why we need Finally with try? pls expain with ur example..
If your team member writes code with lots of static variables and static methods, will it cause any side effects?
How do you check if two strings are equal in java?
Is object a data type in java?
What is a default constructor and also define copy contrucyor?
What are the differences between the constructors and methods?
what are the states associated in the thread? : Java thread
Which language is java?
What are order of precedence and associativity, and how are they used?
What is the major drawback of internal iteration over external iteration?
What is instanceof keyword?
What is bean? Where it can be used?