what is meant by persistence in java???? give a programming example
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: