programming faqs interview questions tech technical educational freshers guide preparation interviews hr telephonic
try another color:
try another fontsize: 60% 70% 80% 90%
Programming FAQs

What is transient variable

You can't request more than 20 challenges without solving them. Your previous challenges were flushed.
Average: 1 (1 vote)

Transient variable is a

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