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 purpose of stub and skeleton?
Explain importance of throws keyword in java?
What is static import?
What are desktop procedures?
Is special character in java?
How to sort numbers in java without array?
Explain yield() method in thread class ?
What do you mean by static variable?
Define immutable object?
State the difference between creating string as new () and literal.
List the three steps for creating an object for a class?
Why is singleton instance static?
Define how does a try statement determine which catch clause should be used to handle an exception?
What is meant by local variable and instance variable?
What does exclamation mean in java?