What is a hashmap used for?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What things should be kept in mind while creating your own exceptions in java?

0 Answers  


What are the methods used to implement for the key object in the hash map?

0 Answers  


StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?

6 Answers   HCL,


Differece between class and generic class?

0 Answers   Tech Mahindra,


what is thread? : Java thread

0 Answers  






Explain when noclassdeffounderror will be raised ?

0 Answers  


What are the elements of java?

0 Answers  


What are the kinds of polymorphism?

0 Answers  


Why inputstreamreader is used in java?

0 Answers  


can we access the method of class without creating the object of the class

3 Answers  


Why use string handling in Java?

0 Answers   HCL,


Why convert an applet to an application?

0 Answers  


Categories