InterviewSolution
Saved Bookmarks
| 1. |
Which method is used to save the state of the given instance from the underlying database? |
|
Answer» Session.save saves the state of the given instance from the underlying database. |
|