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
What are filterstreams?
How will you invoke any external process in java?
Explain different ways of creating a thread. Which one would you prefer and why?
How do you read a char in java?
What does replaceall do in java?
How is string stored in java?
What are the classes of java?
How many types of flags are there?
Is hashset ordered java?
How can I right-justify a string?
What is the difference between static method and instance method in Java?
What are the important features of Java 9 release?
What is boolean flag in java?
Can we use catch statement for checked exceptions?
Is singleton a bad practice?