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
Is empty set an element of empty set?
What is the file type?
What is a instance variable?
Explain about the performance aspects of core java?
What is byte value?
What is the purpose of methodology?
Is java good for beginners?
What is hash in java?
How we can execute any code even before main method?
Why a dead thread occurs?
What are methods?
How does the java compiler work?
What does string [] args mean?
What are the differences between checked exception and unchecked exception?
give an example for encapsulation?