Answer Posted / prachi
By using Map interface in-built funtions either keySet() or entrySet().
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is run time allocation?
What is structure of java heap? What is perm gen space in heap?
What does the “static” keyword mean? Can you override private or static method in java?
What are the data types supported by java? What is autoboxing and unboxing?
What is function overriding and overloading in java?
What is the technique adopted to create an immutable class?
What is the disadvantage of synchronization?
How to sort an unsorted array in java?
What is the difference between a synchronized method and a synchronized block?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
What is hashing in java?
Explain runtime exceptions?
What is mnemonic code?
What is string made of?
What is nested loop? What is dangling else condition in it?