Answer Posted / 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 |
Post New Answer View All Answers
When do you call copy constructor?
Can finally block be used without a catch?
Why do we override tostring method in java?
Why string is a class?
What is passing parameters in java?
Why does java not support pointers?
How to convert string to char and vice versa?
what methods would you overwrite in java.lang.object class?
What is connection class in java?
What is a newline character in java?
Difference between throw and throws?
Will set allow duplicates in java?
What access modifiers can be used for variables?
Is void a wrapper class?
What is a nested structure?