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 are the different ways of creating thread?
Can you access the private method from outside the class?
How does a for loop work?
What is the vector class in java programming?
What is the use of arraylist class in java?
How do you use wildcards?
Define a package.
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What is a final class in java?
What is string pool?
Explain about doubly linked list
Can an interface have a class?
What is the use of arrays tostring () in java?
What is java in detail?
Explain about main thread in java?