Which of the following method is used inside the session only? A. kill() B. end() C. update() D. merge() Answer Workspace Report Discuss Answer with explanation Answer: Option C Explanation The correct answer is updated () update() method can only be used inside the session. update() should be used if the session does not contain the persistent object. Workspace
Discuss about the question