Which of the following is TRUE for serialization in JAVA?
Options
- Process of converting classes’ instance into stream of bytes
- Doesn’t help in persisting data
- Both a and d
- An operation in which an object’s internal state is converted into a stream of bytes
CORRECT ANSWER : An operation in which an object’s internal state is converted into a stream of bytes
Write your comments