Comment on Tutorial - Transient vs Volatile modifiers in Java By Reema sen
Comment Added by : Mohit
Comment Added at : 2010-11-18 00:26:24
Comment on Tutorial : Transient vs Volatile modifiers in Java By Reema sen
What is transient keyword in Java?
What is Serilization?
If you want to understand what is transient, then first learn what is serilization concept in Java if you are not familiar with that. Serilization is the process of making the object's state persistent. That means the state of the object is converted into stream of bytes and stored in a file. In the same way we can use the de-serilization concept to bring back the object's state from bytes. This is one of the important concept in Java programming because this serilization is mostly used in the networking programming. The object's which are needs to be transmitted through network has to be converted as bytes, for that purpose ever class or interface must implements Serilization interface. It is a marker interface without any methods.
What is Transient?
By default all the variables in the object is converted into the persistent. In some cases, you may want to avoid persisting some variables because you don't have the necesscity to persist those varibale. So, you can declare those variables as transient. if the variable is declared as transient, then it will not be persisted. It is the main purpose of the transient keyword.
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. Good job.
View Tutorial By: Som2ie at 2010-08-02 05:07:37
2. very good for programing
View Tutorial By: kiran at 2007-12-06 00:39:47
3. Hi.
Mi question is more simple. I w
View Tutorial By: David at 2010-10-03 04:59:09
4. I dont know the reason why have a exception!
View Tutorial By: Nguyen Tien Viet at 2008-04-05 06:01:50
5. could somebody please tell a case where memcpy() w
View Tutorial By: freak at 2011-02-09 20:29:26
6. Hi Rajesh, you have found the right site. look at
View Tutorial By: mohan at 2008-07-27 08:55:17
7. how doeas peek work in a c++ program
View Tutorial By: odwa at 2008-02-29 02:44:19
8. You are using stl; why do it by hand? All you nee
View Tutorial By: gavin at 2013-02-21 12:31:29
9. i want to download a file after the URL connection
View Tutorial By: mohit at 2011-11-09 11:16:07
10. i want to know java coding
View Tutorial By: carmela azarce at 2012-08-08 02:47:13