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
Is string a class?
What is currentthread()?
How does multithreading take place on a computer with a single cpu in java programming?
When do I need to use reflection feature in java?
What is xslt in java?
How to make a write-only class in java?
what are different ways in which a thread can enter the waiting state? : Java thread
What about main() method in java ?
What is the Difference between Final Class && Abstract Class?
Does garbage collection occur in permanent generation space in jvm?
What is method overloading in java ?
What is use of super keyword?
How java enabled high performance?
Explain the public class modifier?
What is an argument in java?