Multiple choice technology web technology

Use of serializable is To persist the state of an object into any perminant storage device.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Serialization in Java is the process of converting an object's state into a byte stream, which can then be persisted into a permanent storage device (like a file or database) or transmitted over a network. Thus, the statement is true.