Home » JAVA Programming » Java Basic » Question
  1. Which of the following methods hits database always?
    1. loadDatabase()
    2. load()
    3. get()
    4. getDatabase()
    5. None of these
Correct Option: C

get() method hits database always. Also, get() method does not return proxy object.



Your comments will be displayed only after manual approval.