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
What is the purpose of assert keyword used in jdk1.4.x?
What Is Composition?
What is the difference between numeric and integer?
'A class is a template for an object' explain this statement.
How can you share data between two thread in Java?
What is an example of declaration?
What is the advantage of OOP in java?
Is finalize() similar to a destructor?
Can we write class inside a class in java?
How will you compute size of a structure?
Does apple use java?
What is a substitution variable?
What are meta-annotations?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
What is an immutable class? How to create an immutable class?