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 OOP's Terms with explanation?
Why use string handling in Java?
Does java allow default arguments?
Explain a few methods of overloading best practices in java?
Where is singleton pattern used?
Can we restart a thread already started in java?
Is static a keyword in java?
is JVM platform dependent or independent..?
11 Answers IBM, Tech Mahindra,
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
Why would you desing a J2EE application so user data is entered by way of a JSP page and managed by an underlying Java Beans class?
Where are global variables stored?
What is the root class for all Java classes?