Home » JAVA Programming » Serialization » Question
  1. What type of members are not serialized?
    1. Throwable
    2. Static
    3. Protected
    4. Private
    5. None of these
Correct Option: C

All static and transient variables are not serialized.



Your comments will be displayed only after manual approval.