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
Is array a class in java?
Why string is immutable with example?
What is the purpose of extern variable?
What does t in java mean?
What is the range of a character variable?
Can a class have more than one object?
What is literal example?
When would you use a static class?
Explain about map interface in java?
What is a null check?
What does 3 dots mean in java?
What is immutable data?
Can we override a variable in java?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
What is an argument java?