Q53
In Java, what is the purpose of the `transient` keyword when applied to an instance variable?
A.
To create JavaBeans
B.
To execute SQL queries
C.
It indicates that the variable should not be serialized
AnswerD.
To define JavaBean properties
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board