Suppose class A extends Object; Class B extends A; and class C extends B.
Of these, only class C implements java.io.Externalizable.
Which of the following must be true in order to avoid an exception during deserialization of an instance of C?
C.
An externalizable object must have a no-args constructor.