what is a transient variable?
Answers were Sorted based on User's Feedback
Answer / ravikiran
Transient variable is the one which cann't be serialized
| Is This Answer Correct ? | 19 Yes | 3 No |
Answer / firoz mahmud
A transient variable is a variable that may not
be serialized.
| Is This Answer Correct ? | 12 Yes | 0 No |
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 |
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 |
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 |
How do you add an arraylist to an array in java?
what is purpose of collections.unmodified() method..?
Does sprintf add a null terminator?
What is compareto?
How many ways can we create singleton class?
What is the order of method invocation in an Applet?
What is the indent key?
What is an exception? difference between Checked and Unchecked exception in Java
0 Answers SkillGun Technologies,
Explain a situation where finally block will not be executed?
What is the difference between serializable and externalizable interfaces?
How many types of classes are there in java?
v-model life cycle