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 mean by exception?
Which command from the jdk compiles a java program?
What is the current version of java?
Explain access modifiers in java.
What does opcode mean?
What is parsing a sentence?
What is the difference between the ">>" and " >>>" operators in java?
What are loops in java? What are three types of loops?
What is a concrete classes? Is Java object class is concrete class?
What are examples of modifiers?
Why is it called a string?
What will happen if a thrown exception is not handled?
What are the steps involved to create a bean?
How long will it take to learn java?
Is cout buffered?