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 JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
What is a class reference?
Explain numeric promotion?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
Can we add default constructor to Servlet?
How Vector class is synchronized,How to build user defined class as synchronized?
What happens if we override only equals?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
What is regex in java?
How many bytes is a string?
How do you stop a thread in java?
Why is it called boolean?