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 |
Name the method that is used to set a TextComponent to the read-only state?
What is the simpletimezone class in java programming?
How do you sort objects in java?
What is maximum size of arraylist in java?
Can you sort a list in java?
What is update method and when it is called?
what is meant by Garbage collection?
How can final class be used?
How does queue work in java?
What is visibility mode?
What invokes a thread's run() method in java programming?
What is super keyword explain with example?