Is hashmap a collection?



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

Post New Answer

More Data Structures Interview Questions

What is an recursive algorithm?

1 Answers  


What are the Difference between tcp and udp?

1 Answers  


In the given binary tree, using array you can store the node 4 at which location? 1 2 3 - - 4 - - 5

1 Answers  


Are dictionaries mutable?

1 Answers  


Why do we need linked lists?

1 Answers  


What is data structure and why we need it?

1 Answers  


What do you mean by shortest path?

1 Answers  


Describe the degree term in a tree.

1 Answers  


State the properties of a binary tree?

1 Answers  


What is example of data?

1 Answers  


How efficient is bubble sort?

1 Answers  


Is array a data structure?

1 Answers  


Categories