How can you prevent a member variable from becoming serialized?

Options
- By marking it private
- By marking it volatile
- By marking it transient
- You can not


CORRECT ANSWER : By marking it transient

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement