What is map and hashmap? also tell the difference.



What is map and hashmap? also tell the difference...

Answer / vivek

map is an interface and hash map is the class which implements the map interface.both map and hash map are unsynchronized...

Is This Answer Correct ?    6 Yes 0 No

Post New Answer

More Core Java Interview Questions

Why arraylist is not synchronized in java example?

0 Answers  


Can static methods be overridden?

5 Answers   Bravura Solutions,


How do you override a variable in java?

0 Answers  


Define the term string pool?

0 Answers  


Is there any way to skip finally block of exception even if some exception occurs in the exception block?

0 Answers  






Can long be null in java?

0 Answers  


what is associative array

1 Answers   Tech Mentro,


What is the difference between public, private, protected, and friend access?

0 Answers   Amazon,


What restrictions are placed on method overloading in java programming?

0 Answers  


Can a main method be declared final?

0 Answers  


What is the locale class in java programming?

0 Answers  


What is java virtual machine and how it is considered in context of java’s platform independent feature?

0 Answers  


Categories