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 |
What is difference between static class and normal class?
what is ejb? what is the importance of ejb?
why interaction with server using javascript is difficult
Nullpointer exception is a very common exception. Why is it not made as a checked exception?
What are the advantages of assembly language?
Explain the difference between the public, private, final, protected, and default modifiers?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
What is meant by flickering?
What is meant by JVM? Is JVM platform independent or not?
what is the swingutilities.invokelater(runnable) method for? : Java thread
What about member inner classes?
What is object data type?