If member does not implement serialization, which exception would be thrown?
(a) RuntimeException
(b) SerializableException
(c) NotSerializableException
(d) UnSerializedException
This question was posed to me in an internship interview.
My question is from Serialization in chapter Serialization & Networking of Java