Is hashset a collection?



Is hashset a collection?..

Answer / Asheesh Kumar Pandey

Yes, HashSet is a collection in Java that implements the Set interface. It can store unique elements without any particular order.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is binary search in data structure?

1 Answers  


What is array indexing?

1 Answers  


What do you mean by hash function?

1 Answers  


Does treemap sort automatically?

1 Answers  


Is linkedlist thread safe?

1 Answers  


Explain what are the notations used in evaluation of arithmetic expressions using prefix and postfix forms?

1 Answers  


Which sorting is stable?

1 Answers  


What is the best data structure and algorithm to implement cache?

1 Answers   Adobe,


Define circular list?

1 Answers  


In Data Structure, write output of given program.

1 Answers   HPCL, Hughes Systique Corporation,


List the basic operations carried out in a linked list?

1 Answers  


ple.. briefly describe the purpose of having a base case and a recursive case in a recursive algorithm

2 Answers  


Categories