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
Implementations of set interface?
What is prefix of a string?
How do you calculate square roots?
What is integers and example?
What is basic syntax?
What class allows you to read objects directly from a stream?
Explain the use of sublass in a java program?
What is a byte string?
what is the swingutilities.invokelater(runnable) method for? : Java thread
What is size_t?
What is the difference between delete and delete[]
please send me hr interview questions in it industry
What are register variables what are the advantages?
What do you understand by the term singleton?
How will you get the platform dependent values like line separator, path separator, etc., ?