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 a native method in java programming?
What is the escape character in java?
What are data types in programming?
How does split work in java?
What is a nonetype?
What are nested classes in java?
When can we say that threads are not lightweight process in java?
How can you generate random numbers in java?
What are use cases?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
What is an iterator interface in java programming?
How will you reverse a link list without using recursion?
Can we overload final method in java?
What does t in java mean?
Explain about exception propagation?