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 |
when a servlet sends request for first time it uses the follwing methods a)init b)doget() c)dopost() d)service
Explain final, finalize() and finally?
Should database connections be singleton?
What is meant by main method?
What modifiers are used for interface declaration?
Can you override a private or static method in java?
Explain importance of finally block in java?
How do you add an element to an arraylist in java?
What is the purpose of java?
What is r in java?
What is the difference between state-based unit testing and interaction-based unit testing?
What is a void method java?