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 |
What is the difference between the program and the process?
What are the types of java languages?
What is the difference between a Window and a Frame?
What are the OOAD concepts in java explain with examples?
Hai all I want to print given array in reverse order Ex: int a[]={1,2,3,4,5};display this array in reverse order.
What is the difference between Abstract Class and Interface
Is there a sort function in java?
How do you add an element to a hashset in java?
How many characters is 16 bytes?
Explain what pure virtual function is?
What is final, finally, finalize?
Is hashmap thread safe?