Which of these method Map class is used to obtain an element in the map having specified key?
(a) search()
(b) get()
(c) set()
(d) look()
The question was posed to me in homework.
Asked question is from Java.util topic in portion java.util – The Collections Framework of Java