What is meaning of word persistence in java?

Answer:

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.

First answer by Anandvijayakumar. Last edit by Anandvijayakumar. Contributor trust: 783 [recommend contributor recommended]. Question popularity: 3 [recommend question].