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 |
Is java good for beginners?
What is tostring () method?
What are the advantages of java inner classes?
What are the high-level thread states in java programming?
What does sprintf mean?
List some features of the abstract class.
if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java
What are the pillars of java?
What is data and its types?
How do you check if a string is lexicographically in java?
What is compareto?
Can we convert stringbuffer to string?