Answer Posted / debapriya patra
Null interfaces in java means "marker interfaces".Interface
which does not contain any variables and methods are called
marker interfaces.
Example:
serialize,cloneable etc...
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between hashmap and hashtable in java?
What do you mean by JVM?
How many bytes is a unicode character?
What are the high-level thread states in java programming?
What is the function of http?
What is a finally block?
Why is a string immutable?
What is a protected method?
Variables used in a switch statement can be used with which datatypes?
If an object is garbage collected, can it become reachable again?
What is == mean?
How big is a boolean?
What are the disadvantages of using inner classes?
How do you control extraneous variables?
How to change the priority of thread or how to set priority of thread?