What is the transient keyword?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
If we don't want to save the value of a certain variable in a file during serialization, we use the temporary keyword. The default value of that variable data type is saved by JVM when it encounters a temporary keyword, disregarding the variable's initial value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
If we don't want to save the value of a certain variable in a file during serialization, we use the temporary keyword. The default value of that variable data type is saved by JVM when it encounters a temporary keyword, disregarding the variable's initial value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
If we don't want to save the value of a certain variable in a file during serialization, we use the temporary keyword. The default value of that variable data type is saved by JVM when it encounters a temporary keyword, disregarding the variable's initial value.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
If we don't want to save the value of a certain variable in a file during serialization, we use the temporary keyword. The default value of that variable data type is saved by JVM when it encounters a temporary keyword, disregarding the variable's initial value.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the 3 types of control structures?
Is null == null in java?
What is a line break example?
system.out.println(1 + 3);
Explain java coding standards for methods?
What are 4 pillers of object orinted programming?
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
Is java type safe?
Default layout of Dialog object?
What are order of precedence and associativity, and how are they used?
How transient variable is different from volatile variable?
What are anonymous inner classes?