Tuesday, October 30, 2007

Serialization Technique

Every Programmer wants the application to be time efficient and
simple. Sometimes it takes long time to save and restore the object or
application state. JAVA makes it easy to serialize objects. This has
made the implementation of persistent objects extremely easy.

For the detailed article visit
Java Serialization

No comments: