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
How does callback work in java?
What is the difference between preparedstatement and statement in java?
Can java list be null?
What is remote method invocation (rmi)?
Is integer immutable in java?
What is a flag and how does it work?
Explain about complier design(phases)
What is the latest version of java?
What is variable and its types?
What is keyword auto for?
Which is easier .net or java?
Can we cast any other type to boolean type with type casting?
How do you replace a string in java?
What does yield method of the thread class do?
Is it necessary that each try block must be followed by a catch block?