试题详情
- 多项选择题Which three statements concerning the use of the java.io.Serializable interface are true?()
A、Objects from classes that use aggregation cannot be serialized
B、An object serialized on one JVM can be successfully deserialized on a different JVM
C、The values in fields with the volatile modifier will NOT survive serialization and deserialization
D、The values in fields with the transient modifier will NOT survive serialization and deserialization
E、It is legal to serialize an object of a type that has a supertype that does NOT implement java.io.Serializable
- B,D,E
关注下方微信公众号,在线模考后查看
热门试题
- A developer&en
- 创建一个复数类complex,对复数进行
- 处理一个对象事件的首选方式是哪项?()&
- What is th
- 在Java中,带返回值的为函数,不带返回
- A JSP pag
- float f[][][]&
- Which interfac
- 下面有关java的一些细节问题,描述错误
- Which thethree&
- 下列哪些是Swing容器的顶层容器?()
- String字符串是只读的,因此不支持“
- 调色板包括哪些部分?()
- Given: ArrayL
- Which three
- this()和super()只能位于构造
- 在JAVA接口中可以定义()
- 1. interface&e
- In a JSP-
- 程序: class&ens