What is persist()?


Ans: Similar to save method persist also INSERT records into database but return type of persist is void while return type of save is Serializable object.