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.
Loading...
Related Quiz
- The ___________ phase focuses on designing the architecture and system components.
- You're tasked with optimizing a database query that is running slow. What steps would you take to identify and resolve the performance bottleneck?
- The _________ layer of the OSI Model deals with the presentation and encryption of data.
- Which ACID property ensures that transactions are isolated from each other to prevent interference?
- The Angular ___________ feature facilitates easy communication between components.