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 boolean flag in java?
What is the difference between class & structure?
Can a class have 2 constructors?
Why inputstreamreader is used in java?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
What is final keyword in java? Give an example.
Explain importance of inheritance in java?
How to do a true java ping from windows?
Is zero a positive integer?
Difference between a process and a program?
What are jee technologies?
What is difference between next () and nextline () in java?
How do you remove an element from an arraylist in java?
What's the access scope of protected access specifier?
How does java enable high performance?