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 is collatration?
Can we override a variable in java?
What is the difference between iterator and enumeration ?
What happens if we don’t override run method ?
What is the method used to get the absolute value of a number?
What are the basic concepts of OOPS in java?
0 Answers Axtria, ITC Indian Tobacco Company,
What are the topics in core java?
What is the purpose of file class?
What is classname class in java?
when should you use stringbuilder class in a program?
Explain restrictions on using enum?
Can you inherit from an abstract class java?