WHAT IS MARKER INTERFACE,AND NO METHODS IS NOT THERE ON THAT
INTERFACE THEN WHY WE USED IN JAVA?
Answer Posted / ravi
Interfaces without any methos or constants are known as
Marker interface.They are used only to mark or tag a
class.it indicates that class supports that functionality.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Why java uses the concept of the string literal?
Can java run on google chrome?
What are the various access specifiers in java?
How to create packages in java?
How is hashset defined in java?
What is the difference between a constructor and a method?
What is static and final keyword in java?
How many types of parsers are there?
What is an arraylist in java?
Explain the difference between an Interface and an Abstract class?
What is meant by bytecode?
What language is pass by reference?
Does importing a package imports its sub-packages as well in java?
What do you mean by global variable?
What is the length of a string?