Persistence is the term used to refer to the situation where the objects data is stored even after the object is destroyed or the application is closed.
Persistence is implemented using Serialization where the data of the object is serialized into flat files and stored into the system. These files can be de-serialized to form the objects by using de-serialization.