P(
Persistence (computer science)
Topic
In computer science, persistence refers to the characteristic of a system's state that outlives the process that created it. This is achieved in practice by saving the state as data in non-volatile computer data storage, such as databases or file systems. Programs must map and transfer data between native programming-language structures and these persistent storage devices.

