Given:
When is the readObject method called?
Given:
When is the readObject method called?
The readObject method is called after an object is deserialized. During the deserialization process, after the default deserialization is completed with in.defaultReadObject(), the readObject method is invoked to restore the state of the transient field updatedDateTime, which is not serialized.
A is true