InterviewSolution
Saved Bookmarks
| 1. |
What Is The Value Of A Transient Variable After Deserialization? |
|
Answer» It will be set to its DEFAULT VALUE. For example, an INT transient VARIABLE will be set to zero. It will be set to its default value. For example, an int transient variable will be set to zero. |
|