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 to make the double-tone class ? as we have singletone class..?
What is meant by controls and types?
what happens when we add the objects morethan the size limit to a hashmap
Can a constructor be protected?
What is immutable in java?
What is a generic type?
What is meant by null and void?
Can we have 2 main methods in java class?
HOW TO PRINT A NO IN WORDS USING WHILE LOOP THE NO WILL BE PRINTED WHEN IT WILL BE IN THE RANGE BETWEEN 1 AND 3?
class a extends b { } class b extends a { } why java doesn't support cyclic pls explain me with example
What do you mean by checked exceptions?
What does snprintf return?