What is the transient keyword?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / 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 |
Answer / 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 |
What is difference between null and void?
Give few difference between constructor and method?
What does the “final” keyword mean in front of a variable? A method? A class?
Why is multiple inheritance not supported in java?
Explain Public static void main?
What is the private method modifier?
Is an integer an object?
What is the maximum size of array in java?
Define how does a try statement determine which catch clause should be used to handle an exception?
what is the JNDI?
what is the difference between future and callable interface in java?
What is the difference between DataInputStream and BufferedReader