what is meant by persistence in java???? give a programming example

what is meant by persistence in java???? give a programming example

View Answers

February 8, 2011 at 5:15 PM

Java Persistence

Persistence indicates that a collection of data remains intact even if its source is no longer attached to the network or even more - Java program is not running.

In Java ,persistence means, an object's lifetime is not determined by whether a program is executing.

For more information, visit the following link:

Java Persistence API









Related Tutorials/Questions & Answers:
Advertisements