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
How do you find the maximum number from an array without comparing and sorting?
What is the purpose of a transient variable?
Can a abstract class be declared final?
What is scope & storage allocation of static, local and register variables? Explain with an example.
Why stringbuilder is not thread safe?
Why chararray() is preferred over string to store the password?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
What is data and its types?
What are the types of relation?
Why Do I Get A "permission Denied" Error After Downloading The .jnlp Java Launcher For The Vkvm?
Explain reverse a linked list recursive java solution?
What are the different ways to handle exceptions?
what is singleton class in java?
What is variable explain?
Why java is considered as platform independent?