what is marker interface ? what is the necessity of it?
Answer Posted / prasanna sahu, munnekolal
Marker interface is an interface which gives a mark to the
runtime environment. This gives a mark that "I am going to
happen". It contains no methods.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is space character in java?
What is classes in java?
What is the purpose of file class?
What are parsers? Dom vs sax parser.
Can a abstract class be declared final?
How does finally block differ from finalize() method?
Why java strings are immutable in nature?
How to make a class or a bean serializable?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
Is java call by reference?
What is busy spin, and why should you use it?
What language is an assembler written in?
What is the purpose of declaring a variable as final?
Is boolean a data type in java?
What are the string methods in java?