Multiple choice technology architecture

What is Persistence?

  1. The capability of an object to exist after the program that created it has stopped running.

  2. The ability of a class to support multiple threads.

  3. An Error-Handling technique.

  4. None of the above.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Persistence means that data continues to exist after the application or process that created it has terminated. This is achieved by saving the data to durable storage like files, databases, or other non-volatile media. The object can later be reconstructed from this stored state.