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 |
How do you create an array in java?
What is unicode used for?
Is 0 true or false?
what do you understand by synchronization? : Java thread
What are the advantages of java over C++?
What is the difference between yielding and sleeping?
What are 4 pillers of object orinted programming?
Is null a keyword in java?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
What is bubble sorting in java?
what is class.forname() and how it will be useful ?
What is use of inner class in java?