Why transient variables wont participate in serialization?
Answer Posted / 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 |
Post New Answer View All Answers
What does s mean in regex?
How many types of operators are there?
how to run ecllipse with jettyserver for windows environment using batch file
What is difference between static class and singleton pattern?
Is minecraft 1.15 out?
What is a numeric format?
What is null in java?
What is an i/o filter?
Explain method overloading?
What are the advantages of inner classes?
What is a priority queue java?
What is string data type?
What are the various access specifiers for java classes?
Is java a compiler?
Is java map thread safe?