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 is high level language in computer?
What is string data type?
What is the collection interface?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
What are the differences between path and classpath variables?
Is vector ordered in java?
Is intellij better than eclipse?
What is struts in java?
What is member in java?
What is the significance of listiterator?
What are register variables what are the advantages?
What are void pointers?
What is string in java?
What is a heavyweight component?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?