What is HashTable?

Answer Posted / yogesh sanas

Hash Table is a type of data structure. It contains the key
value pairs. Each key is associated with its value.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differences between external iteration and internal iteration?

578


Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.

616


What are the uses of java?

574


Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

2138


which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com

3197






Does collectionutils isempty check for null?

816


what is the purpose of using rmisecuritymanager in rmi?

570


What is the vector class in java programming?

569


If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?

599


Why for each loop is used?

508


What is consumer in java?

530


Why packages are used?

548


What are the advantages and disadvantages of reference counting in garbage collection?

582


What is a local block?

643


what are synchronized methods and synchronized statements? : Java thread

583