How Marker Interfaces are instruct to complete the desired
need ?
Answer Posted / ranjan
A Interface that have no member is known as marker or Tagged
interface.They are used to providde some essential
information to JVM sothat jvm may perform some useful operation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between superclass and subclass?
What are the java ide's? Explain
Is double bigger than float?
What does g mean in regex?
What is java objectoutputstream?
What is the difference between method overriding and overloading?
How does finally block differ from finalize() method?
What is an error in java?
Can you explain the final method modifier?
What is pojo class in java?
Convert Binary tree to linked list.
How does enum work in java?
What isan abstract class and when do you use it?
How will you communicate between two applets?
What are static blocks in java ?