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 is the epoch date?
How do you override a private method in java?
What is mutable object and immutable object?
What is palindrome in java?
How do you break a loop?
How does class forname work in java?
Can we execute a program without main() method?
Is break statement can be used as labels in java?
What is exception propagation?
Which collections are thread safe in java?
What are measurable parameters?
What is a text string?
What are different types of constants?
How many java versions are there?
What are the advantages of passing this into a method instead of the current class object itself?