WHAT IS MARKER INTERFACE,AND NO METHODS IS NOT THERE ON THAT
INTERFACE THEN WHY WE USED IN JAVA?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rameshreddy
it is in depth concept. The compiler developer internally
developed like that, Through that markinterface only(tag
interface) ,compiler identifies its internal functinality
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / olok
compiler treat this type of interface differently.
eg coloneable,serializable
| Is This Answer Correct ? | 1 Yes | 3 No |
. What are the differences between constructor and method of a class in Java?
What is the different types of functions?
Is it possible to use Semaphore/ Mutex in an Interrupt Handler?
What is number data type in java?
What is local variable and instance variable?
How does a cookie work in Servlets?
What is Map interface?
Is java se free?
How many types of methods are there in java?
Matrix multiplication only using OOP concepts .
Explain Big-O notation with an example
whats the diff between jsp and servlets?