Assuming that the serializeBanana() and the deserializeBanana() methods will correctly use Java serialization and given:
What is the result?()
A.restore 400
B.restore 403
C.restore 453
D.Compilation fails.
E.An exception is thrown at runtime.