Serialization in Java with Example

Java provides a technique known as object serialization in which an object can be represented as a "sequence of bytes" which contains the object's data as well as the information about the object's type and the types of data stored in the object.

For more please visit,
http://www.tutorialspoint.com/java/java_serialization.htm

No comments:

Post a Comment

My Profile