Wednesday, June 14, 2006

Transient & Volatile Modifiers

Transient: The transient modifier applies to variables only and it is not stored as part of its object’s Persistent state. Transient variables are not serialized.

Volatile: Volatile modifier applies to variables only and it tells the compiler that the variable modified by volatile can be changed unexpectedly by other parts of the program.

2 Comments:

At 9:50 AM, Blogger CreativeLady said...

Thank you for your blog.It covers lot of important topics in one place.Thank you.

 
At 2:51 PM, Blogger Unknown said...

Learning Core Java is easy now. For All Core Java Concepts and Topics visit : http://www.java.meritcampus.com/core-java-topics

 

Post a Comment

<< Home