Hey buddy.. can you please tell me about the use of marker
interface? And is there any link between marker interface
and factory methods?
Thanks in advance.
Answer Posted / venkat
Marker Inferface doesnt consists any methods
it gives prior intemation to JVM to treat specially
Ex:Serialiazable
singleThread
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does index mean in java?
How objects are stored in java?
Which collections are thread safe in java?
What is stack class in java?
What is n in java?
How do you end a program?
What are variable arguments or varargs?
What is string builder?
Explain access specifiers?
What is an empty class? What functionality does it offer in Java?
Is java call by reference?
What does it mean that a method or field is “static”?
What is a private class in java?
Why is a singleton bad?
What are the super most classes for all the streams?