What are null interfaces in JAVA ? and give me some
examples?
Answer Posted / abc
NULL Interface are marker interface in JAVA, when any class
implements such marker interface then object of that class are
being handeled differently by JVM
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Variables used in a switch statement can be used with which datatypes?
What is the base class for error and exception?
What is a priority queue java?
What is java in detail?
Why java is made?
What do you mean by constant time complexity?
Can we split string with in java?
When is the finalize() called? What is the purpose of finalization?
what is a green thread? : Java thread
Does java have a compiler?
How can we pass argument to a function by reference instead of pass by value?
Is void a keyword in java?
Why we used break and continue statement in java?
Is array a class in java?
Explain the meaning of java applet.