Give the return type and benefit of saveOrUpdate() ?

Ans:  Return type is void, it has two benefits
         1)create new record if the specified primary value does not exist.
         2)if the primary key value exist, it updates with new values.