Choose the correct option for Serialization.

Options
- Serialization is a process of reading or writing an object.
- It is a process of saving an object’s state to a sequence of bytes, as well as a process of rebuilding those bytes back into a live object at some future time
- A common use of serialization is to use it to send an object over the network
- All of the above are true for Serialization


CORRECT ANSWER : All of the above are true for Serialization

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement