What is the difference between save() method and persist()method ?


Ans: Save- returns types is serializable it returns id of an object.
        Persist- return type is void its simply saving.