Page 1 of 1

How an object can become serializable?

Posted: Wed Jul 13, 2022 7:46 pm
by answerhappygod
a) If a class implements java.io.Serializable class
b) If a class or any superclass implements java.io.Serializable interface
c) Any object is serializable
d) No object is serializable