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
How can you say java is object oriented?
Which oo concept is achieved by using overloading and overriding?
explain multi-threading in java?
Does string isempty check for null?
What is connection class in java?
What does i ++ mean in Java?
What is a Presistent Object?
can used Protected Class outside Function.?
What is thread synchronization in java?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
What is an abstract class and what is it’s purpose?
Can a class have multiple subclasses?
What is the relationship between clipping and repainting under awt?
What do you meant by active and passive objects?
What is meant by JVM? Is JVM platform independent or not?