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
Is null an object java?
Is nullpointerexception checked or unchecked?
Is java hard to learn?
What will happen when using pass by reference in java?
How dead lock situation occurs in java and how you can identify it?
What are static methods?
What is garbage collection? Can it be forced to run?
Is boolean a wrapper class in java?
How can you read an integer value from the keyword when the application is runtime in java? example?
Can an arraylist be empty?
What is java volatile?
Why java is called not pure object oriented language?
What is Session reduplication and how its done?
What do you mean by local variable and instance variable?
Which collection does not allow duplicates in java?