How Marker Interfaces are instruct to complete the desired
need ?
Answer Posted / 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 |
Post New Answer View All Answers
How transient variable is different from volatile variable?
Why we used vector class?
What are different data types?
Differentiate storage classes on the basis of their scope?
What is the purpose of lambda expressions?
What is difference between length and length() method in java ?
What is the purpose of extern variable?
What are the important features of Java 9 release?
What are measurable parameters?
What is the multi-catch block in java?
Explain the difference between collection api and stream api in java8?
what is comparable and comparator interface?
What is jvm? Why is java called the platform independent programming language?
Explain the scope or life time of class variables or static variables?
Explain about fail fast iterators in java?