Hi can u pls tell me what is the use of marker interface.
Iknow what is marker interface but what ability will the
object get by implementing this.
Answer Posted / sowmya sreenivasan
Marker Interface is also called Tagging interface which are used as a boolean property of a class but actually doesnt require implementation of any methods.
eg:java.io.serializable interface.
The objects of the class implementing this interface are serializable objects.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is java code slower than native code?
What are the 8 data types in java?
Can we increase array size dynamically in java?
What are the benefits of operations in java?
how to split string in java?
What is the primitive type byte?
Which eclipse is best for java?
Which software is used for java programming?
What is java’s garbage collected heap?
write a program that list all permutations of ABCDEF in which A appears before B?
What is :: operator in java?
Is java hashset ordered?
What is a classloader in java?
how to create multithreaded program? : Java thread
How do you achieve polymorphism in java?