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 |
Given an unsorted linked list, and without using a temporary buffer, write a method that will delete any duplicates from the linked list?
Define parent node?
List the differences between comparable and comparator interface?
Differentiate between collection and collections.
What are different sorting algorithms?
Which interfaces are implemented by enumset?
How do you rotate an AVL tree?
How to traverse data in a linked list in forward and backward direction, write the algorithm?
What is the complexity of selection sort?
Is hashmap a collection?
What are the types of Collision Resolution Techniques and the methods used in each of the type?
Define an algorithm. What are the types of algorithms?