Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is transient variable?

Answer Posted / p.a.v.k.prasad

Transient variable is an variable, that can't be stored in permanent(hard disk)
Ex:-
int a=10; // it is permenently stored in hard disk

transient String password; //it is not persisted

if u create a Student class and it contains Sno,SName,Marks;
u don't want to serilize the marks. then use Transient to that field.

In real time transient varibles are used banking application
because never stored account holder passwords.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why java is better than node.js?

1036


Can you compile java into exe?

1076


What is java aop?

944


What is meant by code profiling?

1064


What is the difference between map and flatmap in java?

977


What is the point of lambda expressions?

1063


What is an actionevent in java?

1072


What is meant by framework in java?

1102


Why is class forname used in java?

1140


Can a method be static and synchronized?

1105


What are messages in java?

1040


What is an entity in java?

1048


Do I need jdk or jre?

905


what is the package for freshers in valuelabs.

6222


What is static class in java?

1134