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
D. To define JavaBean properties
Answer: Option C

Join The Discussion