aspose file tools
The moose likes Beginning Java and the fly likes what is a transient variable and where can we use it?? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "what is a transient variable and where can we use it??" Watch "what is a transient variable and where can we use it??" New topic
Author

what is a transient variable and where can we use it??

senthil sen
Ranch Hand

Joined: Oct 10, 2002
Posts: 182
what is a transient variable and where can we use it??
Arun Boraiah
Ranch Hand

Joined: Nov 28, 2001
Posts: 233
Refer to this link to know about transient variable.
http://www.telecom.ece.ntua.gr/HTML.Tutorials/java/javaOO/transient.html
One of the places where transient variable is used is when writing EJB's.

-arun


Sharing is learning
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: what is a transient variable and where can we use it??
 
Similar Threads
Transient Variables
about trasient and static variable
Transient variable
tansient variable
Why are transient static variables allowed?