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
What is final keyword in java?
What is the use of put method?
Difference between error and exception
What is the properties class?
How do you reverse sort in java?
What is are packages?
Can we return null in java?
What is a dynamic array in java?
What is a flag variable?
what is the swingutilities.invokelater(runnable) method for? : Java thread
Can a class be declared as static?
Does java support Operator Overloading?
What is immutable state?
What is the loop in java?
Is there any difference between nested classes and inner classes?