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 a transient variable?

Answers were Sorted based on User's Feedback



what is a transient variable?..

Answer / ravikiran

Transient variable is the one which cann't be serialized

Is This Answer Correct ?    19 Yes 3 No

what is a transient variable?..

Answer / firoz mahmud

A transient variable is a variable that may not
be serialized.

Is This Answer Correct ?    12 Yes 0 No

what is a transient variable?..

Answer / b.k.senthil kumar

It is java keyword. it comes under seralizable concept .if
we declare one vaiable as transient it can not be
seralizabled

Is This Answer Correct ?    10 Yes 1 No

what is a transient variable?..

Answer / debapriya patra

When ever we don't want to serialize a variable , we specify
that variable as transient.So that its not be serialized.And
when we de serialize the value we get the default value of
that variable.

And only we mentioned the variables as transient.

Is This Answer Correct ?    12 Yes 5 No

what is a transient variable?..

Answer / jack

A variable transfer one network to other nerwork,sometime
that varaible lost,at this time put transient before a
varaible

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Core Java Interview Questions

What do you mean by compiler?

0 Answers  


Write program to print Hello World and print each character address in that string and print how many times each character is in that string? Ex: H: 0 & 1 e:1 & 1 l :2,3,8 & 3 o:4,6 & 2 w:5 & 1 r: 7 & 1 d 9 & 1

7 Answers   Huawei, IBM,


Can we modify the throws clause of the superclass method while overriding it in the subclass?

0 Answers  


What isan abstract class and when do you use it?

1 Answers   Genpact,


What are the differences between string and stringbuffer?

0 Answers  


What is passing parameters in java?

0 Answers  


Why is a string immutable?

0 Answers  


How does enum work in java?

0 Answers  


why Runnable interface is preferable than extending the Thread class?

7 Answers   Aizza, College School Exams Tests, Sybrant Technologies, Wipro,


int a=1; float b=1.0; System.out.println(a==b);

13 Answers   CTS, Honeywell, McAfee,


Can we execute java program without main method?

0 Answers  


What is a lock or purpose of locks in java?

0 Answers  


Categories