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 we declare the main method of our class as private?
There are 100 keys and values in HashMap.how to get the keys and values?
What is double data type?
Program to find greatest prime number in n numbers?
What are the performance implications of interfaces over abstract classes?
Why java uses the concept of the string literal?
Can we have a try block without catch block?
What do you mean by object?
What is the final access modifier in java?
Where is the find and replace?
What are the different types of sorting in java?
What is string and example?