What is the collections api?
Answer / Nirankar Awasthi
The Java Collections API is a set of interfaces and classes that define data structures such as lists, sets, queues, and maps. It provides methods for searching, sorting, and manipulating these data structures, making it easier to work with complex data structures in Java.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is math in java?
What is bytecode in java ?
Explain a situation where finally block will not be executed?
What is the main functionality of the remote reference layer?
can we declare private class in java file?
What is the best way to findout the time/memory consuming process?
What is java full form?
What is the difference between equals() and?
What does it mean to flush a file?
wat is final...? wat is finally...? wat is finalize....? difference between " final and finally and finalize "...?
what is different between static and non static methods ,using example
Explain an intermediate language?