Transient variable is a variable which can't be serialized, if you write the transient variable to Object Stream in Serailzable Class, the value of the varialbe can't be written to stream, while retrieving from ObjectStream value of transient variable is null
Transient variable is a
Sun, 02/08/2009 - 15:44 — bandsbTransient variable is a variable which can't be serialized, if you write the transient variable to Object Stream in Serailzable Class, the value of the varialbe can't be written to stream, while retrieving from ObjectStream value of transient variable is null