In the HashMap, we know the values but we dont know the key,
then how can we get the key from HashMap ?????
Answer Posted / ravikiran
getkeyMethodMap
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which class cannot be a subclass in java?
What is java used for?
In the below example, what will be the output?
Write a program to reverse array in place?
Can we use switch statement with strings?
Why is the main method static?
Differentiate between static and non-static methods in java.
What does i ++ mean in Java?
What is meant by call by reference?
Explain the private field modifier?
Can a final variable be initialized in constructor?
What are the three types of design patterns?
What are static methods?
What is difference between string and new string?
Explain the scope of a variable.