Friday, February 12, 2010

What is a Persistent, Transient Object?


It is about what happens when the application is shutdown
and started again.
Persistent - These objects are stored during shutdown and
recreated when application is started again or when necessary.
Transient -  Can not survive after application ends.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.