Answer Posted / sushila
map is not a collection type but it is part of collection API
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the default access specifier for variables and methods of a class?
Why synchronization is important in java?
What happens when a thrown exception is not handled?
Why do we need autoboxing in java?
Why array is used in java?
What is the private method modifier?
What is difference between float and double?
What is a double?
What will be the output of round(3.7) and ceil(3.7)?
What are the two main uses of volatile in Java?
Is void a data type in java?
What do you understand by final value?
How do you remove an element from an arraylist in java?
How many wrapper classes are there in java?
What is the purpose of assert keyword used in jdk1.4.x?