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
Why super is first line in java?
how would you implement a thread pool? : Java thread
What is the difference between import java.util.date and java .util?
What's the base class in java from which all classes are derived?
Explain constructors and types of constructors in java.
What are the types of literals?
What is stored procedure. How do you create stored procedure ?
What is "this" keyword in java? Explain
What is instanceof keyword?
What are the basic interfaces of java collections framework?
What is unicode full form?
Which command from the jdk compiles a java program?
What do you know about java?
Why chararray() is preferred over string to store the password?
When should I use singleton pattern?