GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  J2EE  >  Java

 Print  |  
Question:  what is a transient variable

Answer: A transient variable is a variable that may not be serialized.


July 07, 2005 01:20:33 #7
 ramani   Member Since: Visitor    Total Comments: N/A 

RE: what is a transient variable
 
The transient variable is not persist when an object is stored
     

 

Back To Question