Answer Posted / 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 |
Post New Answer View All Answers
What is final?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
How do you escape a string?
Write a program to check string is palindrome without using loop?
How concurrent hashmap works?
What is constructor in java ?
How many types of equations are there?
Can we define constructor in inner class?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
What is annotation in java?
Tell us something about different types of casting?
Where pragma is used?
What does || mean in vectors?
How do you add an arraylist to an array in java?
What is the difference between jdk, jre, and jvm?