Name few collections map implementations?



Name few collections map implementations?..

Answer / Satish Chadhary

{"HashMap, TreeMap, LinkedHashMap, HashTable (which is a legacy class), WeakHashMap"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Given an unsorted linked list, and without using a temporary buffer, write a method that will delete any duplicates from the linked list?

1 Answers  


Define parent node?

1 Answers  


List the differences between comparable and comparator interface?

1 Answers  


Differentiate between collection and collections.

1 Answers  


What are different sorting algorithms?

1 Answers  


Which interfaces are implemented by enumset?

1 Answers  


How do you rotate an AVL tree?

1 Answers   Global Logic,


How to traverse data in a linked list in forward and backward direction, write the algorithm?

1 Answers  


What is the complexity of selection sort?

1 Answers  


Is hashmap a collection?

1 Answers  


What are the types of Collision Resolution Techniques and the methods used in each of the type?

1 Answers  


Define an algorithm. What are the types of algorithms?

1 Answers  


Categories