Home » JAVA Programming » Java Basic » Question
  1. Which of the following method is used inside session only?
    1. update()
    2. end()
    3. kill()
    4. merge()
    5. None of these
Correct Option: A

update() method can only be used inside session. update() should be used if session does not contain persistent object.



Your comments will be displayed only after manual approval.