Q. Which is the function used to look up an object?
β
Correct Answer: (C)
get()
Explanation: You look up an object by calling the get() method of the object store or store a new object by calling put().