The process of converting a class instance into a stream of bytes for storage or transmission is called ___________.

  • Serialization
  • Encapsulation
  • Abstraction
  • Polymorphism
The correct option is Serialization. Serialization is the process of converting an object into a format that can be easily stored or transmitted and later reconstructed back into its original state.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *