Why null interfaces are used in Java?
Answers were Sorted based on User's Feedback
Answer / guest
Null interfaces can also be called as Tag interface
eg: Serializable,RandomAccess
| Is This Answer Correct ? | 1 Yes | 1 No |
How many bits is size_t?
What are structs in java?
What is arraylist e?
What is the use of singleton?
What does opcode mean?
What is the benefit of abstract class?
What is sorting algorithm in java?
Is string an object?
Is object a data type?
What modifiers are used for interface declaration?
What is foreach loop in java?
why not override thread to make a runnable? : Java thread