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 / 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 |
Can a class with private constructor be extended?
what are literals in java?
Can we declare the static variables and methods in an abstract class?
What is a stringbuffer?
What does void * mean?
Why are global variables used?
What is set in java?
What happens when a class is made static like if a field or member is made static it becomes class variable and is shared by all the object of the class?
what is Thread?
whats the purposr of using serialization?
what is java bean?where can we use it?
What is space character in java?