Why transient variables wont participate in serialization?
Answers were Sorted based on User's Feedback
Answer / krishna
transient variables allocates memory inside the object
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / shrinu nallavelli
transient means not to serialize.. whenever we declare a
variable as trancient it won't send the original value ,only
sends the default value..
purpose of this is to meet the security constraints...
| Is This Answer Correct ? | 0 Yes | 3 No |
What do you understand by java?
Class A extends Class B but Class A also inherit Super Class Object so it is multiple inheritence give reason in support of your answer
write a code, we have two thread, one is printing even no and other print the odd no.
What are wrapper classes in java?
What is difference between hashset and hashmap in java?
Can we make a constructor final?
Is an object null?
What is a java predicate?
What is java used for on a computer?
Explain the difference between string, stringbuffer and stringbuilder in java?
What is meant by nested loop?
What is a numeric format?