Is empty in java?
Answer / Puspendra Singh Arya
Yes, Java has the keyword 'empty'. It's typically used to represent an empty collection like an ArrayList, Set or Map. To check if a collection is empty, you can use the 'isEmpty()' method.
| Is This Answer Correct ? | 0 Yes | 0 No |
My interview asked what is dynamic variable in java and where we use them.
What is port number in java?
What is finalize method?
Is special character in java?
What is the difference between notify and notifyall method?
What is queue in java?
what is the meaning of java.lang and java.util
What is oops in java?
What is the difference between a switch statement and an if statement?
What are batch updates. in jdbc
What flag up means?
How will you override default serialization mechanism in java