考试
2021-02-25 12:20:37

(多选题)Which three&

题目描述

AObjects from classes that use aggregation cannot be serialized.

BAn object serialized on one JVM can be successfully deserialized on a different JVM.

CThe values in fields with the volatile modifier will NOT survive serialization and deserialization.

DThe values in fields with the transient modifier will NOT survive serialization and deserialization.

EIt is legal to serialize an object of a type that has a supertype that does NOT implement java.io.Serializable.

答案解析

[db:答案解析]

B,D

加载中...
AI正在思考中,请稍候...