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 multitherading
What are the basic interfaces of java collections framework?
In the below example, what will be the output?
can we access the super class method using subclass object?
How to initialize an Applet ?
What is the arraylist in java?
What is Enum in Java?
What is difference between static class and singleton pattern?
Is string pool garbage collected?
What are the steps involved to write rmi based programs?
how to create an applet
What is finalize()? Is finalize() similar to a destructor?