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 |
How can you read an integer value from the keyword when the application is runtime in java? example?
What is a methodologist?
Can an anonymous class be declared as implementing an interface and extending a class?
is set interface synchronized by default???
Can we overload the main() method?
what is difference between class and object?
43 Answers College School Exams Tests, HCL,
What is stringjoiner ?
what state does a thread enter when it terminates its processing? : Java thread
How do you start a thread?
What do you mean Abstraction in java?
What is treeset and treemap in java?
Why is String immutable?