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?

Answers were Sorted based on User's Feedback



what is transient variable?..

Answer / devender

A variable that can't be serialized .

Is This Answer Correct ?    7 Yes 0 No

what is transient variable?..

Answer / 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

what is transient variable?..

Answer / srinu

suppose A varible never participate in serilization process
that varible declared as a keyword transient.

Ex:- transient String password;

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

Is This Answer Correct ?    4 Yes 1 No

what is transient variable?..

Answer / prasad

Transient variable is a variable that can't serializable

Is This Answer Correct ?    2 Yes 1 No

what is transient variable?..

Answer / mithun ray

Transient variable is a variable that can't
serializable,means if you dont want to parsistent any object
or part of an object you can use transient object.

Ex:- transient String password;

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

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Java Related AllOther Interview Questions

What do I need to install netbeans?

0 Answers  


If you’re overriding the method equals() of an object, which other method you might also consider?

0 Answers  


What is ui framework in java?

0 Answers  


Is java Class Thread safe ???? How to make java Class Thread safe ??

1 Answers   Cognizant, TCS,


What is scrollable resultset in java?

0 Answers  


How do I download and install eclipse on windows 10?

0 Answers  


How can I protect myself? : java security

0 Answers  


What is a stream in programming?

0 Answers  


suppose we have one String s="india is my country"; now we get the o/p "like country my is India". what is the logic?

2 Answers  


What is the use of flatmap?

0 Answers  


How do I find jre version?

0 Answers  


What is java flatmap?

0 Answers  


Categories