In Java Serialization, what is the purpose of the `transient` keyword when applied to an instance variable?
A. It indicates that the variable is mandatory for serialization
B. It indicates that the variable should not be serialized
C. It indicates that the variable should be ignored during deserialization
D. None of These
Answer: Option B
Join The Discussion