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 do you mean by ordered and sorted in collections in java?
How many types of methods are there in java?
Which number is denoted by leading zero in java?
What is a wrapper method?
Can sleep() method causes another thread to sleep?
How does singleton class work?
where do you place after you did code in java
What is the benefit of inner classes in java?
why String class is immutable.
what is heap memory?
0 Answers Tavant Technologies, Zensar,
When should the method invokelater() be used?
What is the purpose of using break in each case of switch statement?