Transient is keyword, it is member variable of the class. This variable not persist when an object are stored or Serialized.
Serialization is an interface by which you can save the state of an...