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 do you mean by the term transient?

Answers were Sorted based on User's Feedback



What do you mean by the term transient?..

Answer / jesudian moses

Transient is a keyword used for class level variables.
Serialisation of that variable can be avoided by declaring
it transient.

Is This Answer Correct ?    24 Yes 1 No

What do you mean by the term transient?..

Answer / guest

transient is a variable that may not be serialized.

Is This Answer Correct ?    12 Yes 2 No

What do you mean by the term transient?..

Answer / paletipatisrinu

transient is the modifer for varibles.if declared variable
with transient its never pariticaptes variable in
serialization process.
most of this case used for banking application for passwords
ex:transient long password;

Is This Answer Correct ?    9 Yes 1 No

What do you mean by the term transient?..

Answer / navinice

by default all objects of classes are serialized.
there are some premitive datatypes in objects which needs
not to persistence. Then These variables are declared as
transient variable by Using Transient keyword.

for example........
class abc{
private String firstName;
private transient String middleName;
private String lastName;

method()

}

Njoy >>>>>>>>>>NaviNice<<<<<<<<<

Is This Answer Correct ?    2 Yes 1 No

What do you mean by the term transient?..

Answer / sayantan biswas

Transient are those things which are not stored in
database...

Is This Answer Correct ?    4 Yes 17 No

Post New Answer

More Core Java Interview Questions

What do you understand by the term singleton?

0 Answers  


IN java collections we have both interfaces and classes. instead of using interfaces why we can't use classes only like that why we can't use interfaces only. why we need two things interface and class.

6 Answers   Accenture, CTS,


How to re-get an object that is collected by garbage collector?

1 Answers  


What is inheritance?

5 Answers   Accenture, Hexaware, Syntel,


What is the difference between compare and compareto in java?

0 Answers  


When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?

5 Answers   Ness Technologies,


how to identify duplicate values in arraylist

2 Answers   TCS,


How does a try statement determine which catch clause should be used to handle an exception?

2 Answers  


Does chrome use java?

0 Answers  


1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?

2 Answers   TCS,


What is the need of transient variables in Java ?

0 Answers   MCN Solutions,


What do you mean by Function Overloading in java?

0 Answers   Impetus,


Categories