Which of the following statements about serialization are true?
Each correct answer represents a complete solution. Choose all that apply.
Transient variables cannot be serialized.
Externalizable is a marker interface and does not define any method.
Serializable is a marker interface and does not define any method.
Static variables cannot be serialized.
Submit