Which of these methods is used to retrieve the elements in properties object at specific location?
(a) get()
(b) Elementat()
(c) ElementAt()
(d) getProperty()
I have been asked this question by my college professor while I was bunking the class.
Asked question is from Java.util topic in portion java.util – The Collections Framework of Java