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:
Thank you for your blog.It covers lot of important topics in one place.Thank you.
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