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 are the main differences between notify and notifyAll in Java?
What does this () mean in constructor chaining concept?
Why is inheritance used in java?
Can a class have multiple subclasses?
what is comparable and comparator interface?
Explain implementation and how is it different from conversion?
What are the different types of inheritance in java?
What is a container in a gui?
Explain constructors and types of constructors in java.
How many characters is 2 bytes?
How are the elements of a gridbaglayout organized?
What are the different types of garbage collectors in java?
What is java literals?
What is the difference between object oriented programming language and object based programming language?
Why does java not support pointers?