Answer Posted / 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 |
Post New Answer View All Answers
Can array grow dynamically in java?
What is default switch case? Give example.
What do you mean by stream pipelining in java 8?
What is the use of object and class classes?
How do you add an element to an arraylist in java?
What is the difference between serializable and externalizable interfaces?
How do you escape in java?
How can we achieve thread safety in java?
What is the purpose of format function?
What is the use of protected in java?
Is space a char?
How many types of the indexof method are there for strings?
Explain about public and private access specifiers?
Can we have any code between try and catch blocks?
What is a class object?