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
Is null a value?
What is difference between static and final?
Can a class be declared as protected?
What should I import for arraylist in java?
What is nan inf?
Explain restrictions on using enum?
What is a local class in java?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
What is Mutex (Mutual Exclusion Object) ?
How is a structure different from array ?
What languages are pass by reference?
Explain about public and private access specifiers?
How to create an interface?
What is a numeric format?
Can we call a non-static method from inside a static method?