What do you mean by the term transient?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the char data type?

516


How is java created?

530


What is singleton class in ruby?

555


What is string array?

572


What two classes are used to read data only?

634






What are examples of modifiers?

505


What are some characteristics of interference class?

508


What is the difference between private & public & friendly classes?

542


Can a class be declared as static?

671


What do you mean by multithreaded program?

546


What is jit compiler ?

573


How big is a 32 bit integer?

524


What does the ‘static’ keyword mean? Is it possible to override private or static method in java?

561


Can we overload final method in java?

544


Why do we need strings in java?

519