What is transient and volatile Modifiers ?
What is transient and volatile Modifiers in OOPS Programming ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajanikant HawaldarPosted Dec 27, 2019, 3:08 AM
Amit MohantyPosted Dec 27, 2019, 2:00 AM
The transient access modifier is used at the time of object serialization in order not to serialize the instance variable value.