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
Can a abstract class be declared final?
what is difference between equals and ==?
What is the difference between length and size in java?
How do you compare characters in java?
What is finally and finalize in java?
Does windows 10 need java?
What are invisible components?.
Discuss about garbage collector in Java.
Explain scope or life time of local variables in java?
What is incompatible types in java?
What is java and its types?
What is a subsequence of a string?
what do you mean by classloader in java?
Write a method that will remove given character from the string?
What is jit compiler in java?