What is hashmap in java?



What is hashmap in java?..

Answer / Mueez

A HashMap in Java is a hash table implementation that maps keys to values. It allows fast access to the value associated with a key and can handle a large number of elements without significant performance degradation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

How can you say HashMap is syncronized?

14 Answers   Arete, IBM,


What does arrays sort do in java?

1 Answers  


Can we have multiple catch block for a try block?

1 Answers  


What is difference between module and function?

1 Answers  


What is a protected void?

1 Answers  


List methods available in Java Queue interface

1 Answers  


Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?

1 Answers  


What is the main use of generics in java?

1 Answers  


What are the features in java?

1 Answers  


abstract class A{ int list []=new int [100]; A(int x,int y){ rondom n=new rondom(); for (int i==;i<100;i++); list [i]=x+r.next int(y-x+1); abstract sort (); abstract binary sarch(int temp); class B extends A{

3 Answers  


What is a concrete classes? Is Java object class is concrete class?

1 Answers   Infosys,


Can any one say how will sort map objects in java?

2 Answers   TCS,


Categories