InterviewSolution
Saved Bookmarks
| 1. |
Which of the following method is used inside session only?(a) merge()(b) update()(c) end()(d) kill() |
|
Answer» Right choice is (b) update() Explanation: update() method can only be used inside session. update() should be used if session does not contain persistent object. |
|