Answer Posted / seema
Map is an interface and HashMap is the class that implements
that interface
| Is This Answer Correct ? | 17 Yes | 2 No |
Post New Answer View All Answers
What is identifier in java?
What does g mean in regex?
What is the use of static methods?
Is a method a procedure?
Why do we need strings in java?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
What is function declaration?
What is regex used for?
Will the jvm load the package twice at runtime?
Difference between string s= new string (); and string s = "abv";?
How do I find and replace in word?
Explain the term virtual machine?
can java object be locked down for exclusive use by a given thread? : Java thread
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
What are wrapper classes in java?