In the HashMap, we know the values but we dont know the key,
then how can we get the key from HashMap ?????
Answer Posted / siva thimmannagari
by using the hashcode() method
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we call the run() method instead of start()?
What is the synchronized method modifier?
What is a container in a gui?
Write a factorial program using recursion in java?
Why object class is super class for every class in java?
What is unicode datatype?
Can you pass functions in java?
Difference between abstract and concrete class ?
What is the impact of declaring a method as final?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
Can we force the garbage collection to run?
Are arrays static in java?
What are the two ways to create a thread?
How will you serialize a singleton class without violating singleton pattern?
What is n in java?