C++ COM ActiveX Question:
Download Questions PDF

Explain object serialization?

C++ COM ActiveX Interview Question
C++ COM ActiveX Interview Question

Answer:

A serialized object represents the type of data stored in the object, its information. Object serialization is a process of reading or writing an entire object from a file. This helps in saving session state information by servlets, for sending parameters for Remote Method Invocation (RMI) calls.

Download C++ COM ActiveX Interview Questions And Answers PDF

Previous QuestionNext Question
Define STL, standard template library?Explain shallow and deep copy?