Computer Science, asked by venuboyina143, 2 months ago

which method map class used to obtain an element in the map having specified key?​

Answers

Answered by garimasuga455
1

Answer:

keySet

Which of these method Map class is used to obtain an element in the map having specified key? 5. Which of these methods can be used to obtain set of all keys in a map? Explanation: keySet() methods is used to get a set containing all the keys used in a map.

Similar questions