What are null interfaces in JAVA ? and give me some
examples?
Answer Posted / devesh dashora
null interface is such which have no abstract methods
declaration in interface definition. For Ex. Clonable
interface.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is the meaning of 3 dots in java?
What is the difference between conversation & casting?
What is command line argument
What is object class in java?
What is a local block?
What is the covariant return type?
What is function and method in java?
What is an infinite loop? How infinite loop is declared?
What are different types of states exist for a thread?
I want to store more than 10 objects in a remote server? Which methodology will follow?
How do you create a first line indent?
Difference between throw and throws?
What is difference between float and double?
What are scriptlets?
What does nullpointerexception mean?