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
Can you override private or static method in java?
How many types of java are there?
What variables are stored in stack?
What are the types of methodology?
What are heterogeneous objects?
What is the difference between checked exception and unchecked exception?
How to sort an array from smallest to largest java?
What is methods and methodology?
Java is pass by value or pass by reference? Explain
How to sort double array in java?
Say any two properties in beans?
Why is java logo a cup of coffee?
Why java is made?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread