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
Can we overload the main() method?
What is difference between adapter class and listener?
What is tostring () method?
Why parameters should be passed by reference?
What is a control variable example?
What is files manifesting?
what is an objects lock and which objects have locks? : Java thread
what is nested class in java?
How do you convert string to int in java?
What is protected access modifier?
How do you call a reference in java?
What are the properties of thread?
What is update method called?
Can we sort list in java?
how can i use a nonsynchronized hashtable?