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 is the alternate of 'Inheritance' ?

4 Answers   CybAge, HCL,


What are data types in oop?

0 Answers  


We can write any Java Logics in our JSP. Then why we are using servlets(Controller Layer) to interact with the DAO ?

6 Answers   TCS,


The class "Class" is belongs to which package?? a) java.lang b)java.lang.reflect c)java.util d)None

4 Answers  


Can we use string in switch case in java?

0 Answers  


Is integer a class?

0 Answers  


What is the difference between public, private, protected, and friend access?

0 Answers   Amazon,


Explain about java sdk?

0 Answers  


how come we know the object is no more used in the class?

2 Answers   Accenture,


What are the parameters used in Connection pooling?

1 Answers   IBM,


what is heap memory?

0 Answers   Tavant Technologies, Zensar,


What are the differences between this and super keyword?

0 Answers  


Categories