1.

What Do You Mean By Serialization And Deserialization And It's Use.

Answer»

Serilization: It is the PROCESS of maintaning object state in the form of a stream.
Deserilization: It is the process of reading the stream and construct the object.
USES:(Remoting Concept)
1) making object state PERSISTENT
2) transmitting the object from one system to another system.

Serilization: It is the process of maintaning object state in the form of a stream.
Deserilization: It is the process of reading the stream and construct the object.
Uses:(Remoting Concept)
1) making object state persistent
2) transmitting the object from one system to another system.



Discussion

No Comment Found