Is hashmap a collection?
Answer / Priyanka Sharma
Yes, HashMap is a collection in Java. It implements the Map interface, which is part of the Collection framework.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an recursive algorithm?
What are the Difference between tcp and udp?
In the given binary tree, using array you can store the node 4 at which location? 1 2 3 - - 4 - - 5
Are dictionaries mutable?
Why do we need linked lists?
What is data structure and why we need it?
What do you mean by shortest path?
Describe the degree term in a tree.
State the properties of a binary tree?
What is example of data?
How efficient is bubble sort?
Is array a data structure?