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
What is return keyword in java?
What does java final mean?
What are keywords in java?
What is difference between Heap and Stack Memory?
What’s the difference between applets and standalone program?
Explain about arraylist?
Can list be null in java?
Which class cannot be a subclass in java?
Explain thread in java?
List some oops concepts in java?
Why is java logo a cup of coffee?
What is the difference between compile-time polymorphism and runtime polymorphism?
What is "this" keyword in java? Explain
Explain the difference between association, aggregation and inheritance relationships.
Explain notify() method of object class ?