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 do you join strings in java?
What is a class object?
What is the new line character?
Explain jvm, jre, and jdk?
What is the role of garbage collector in java?
Is alive method in java?
What is integer size in java?
How do you represent a space in regex java?
How to call one constructor from the other constructor ?
how can you catch multiple exceptions in java?
What two classes are used to read data only?
I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com
What is locale?
Can an object subclass another object?
How you can force the garbage collection?