Vidyalelo
Java Programming · Q53

Miscellaneous Java

Programming · Java Programming · question 53

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

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board