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 |
If circular link of two objects, then will it be garbage collected ?
Can a class extend 2 classes in java?
What is not thread safe?
what is the difference between Cpp And Java
why Runnable interface is preferable than extending the Thread class?
7 Answers Aizza, College School Exams Tests, Sybrant Technologies, Wipro,
How will you load a specific locale?
explain the life cycle of thread?
10 Answers CTS, NIIT, TCS,
what is mean by method signature?
What are 4 pillers of object orinted programming?
What is the java reflection api? Why it’s so important to have?
What is final int?
What is an immutable class?