What is the USE of Null interfaces ??...if thers nothing
inside these interfaces how are they used and WHy are they
used ???? No 1 has given a proper description yet
Answer Posted / v.raju
The Null interfaces are called as Marker interfaces or
tagged interfaces they doesnt contain any code , they will
just declared to give some information about the class,
For example Serializable is a marker interface , it states
that the class can be serializable
cheers,
varahala raju
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is deserialization?
What is the purpose of a transient variable?
What is args length in java?
What is constructor chaining and how is it achieved in java?
What are the actions that can occur when a thread enters blocked state?
What do you mean by JVM?
What does flag mean in java?
How do I get a substring?
What are the legal parameters?
What is difference between null and void?
What is difference between path and classpath in java?
What is the structure of java?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
What is square root in java?
What is ++ a in java?