What is the difference between a hashmap and hashtable?
Answer / Vikrant Kumar
The terms 'hash map' and 'hashtable' are often used interchangeably, but technically, a hashtable is a more general term that can refer to any data structure that implements a hash function. A HashMap in Java, however, is a specific implementation of a hashtable with specific methods and properties.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a multiset table?
What data type is array?
Define a full binary tree ?
how to search an element in sorted linked list with time complexity is O(log n).
Are collections thread safe?
What is the best complexity of bubble sort?
Do sets allow duplicates?
Why arraylist is not efficient for manipulation?
What is the best time complexity of bubble sort?
Define linked list data structure.
How many types of lists are there?
What is sorting problem?