Home » JAVA Programming » Java Basic » Question
  1. Which of the following methods returns proxy object?
    1. get()
    2. loadDatabase()
    3. getDatabase()
    4. load()
    5. None of these
Correct Option: D

load() method returns proxy object. load() method should be used if it is sure that instance exists.



Your comments will be displayed only after manual approval.