Can I create any Marker Interface? If yes then how can I
use it???
Answer Posted / naveen
Yes, we can create Marker interface, But no use of this type
of interfaces, y because all marker interfaces have contain
special meaning in JVM. But our created marker interface
have no meaning in JVM.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What do you understand by the term singleton?
What comes to mind when someone mentions a shallow copy in java?
What are the kinds of polymorphism?
What do you understand by garbage collection in Java? Can it be forced to run?
What is a static method in java?
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
Can we clone singleton object?
Can we have multiple classes in a single file?
What is the difference between exception and error in java?
What is tree node in java?
Explain reverse a linked list iterative solution in java?
What is gc()?
Why charat is used in java?
What sorting algorithm does javascript use?
how to create constants in java?