(Choose 1 answer)
Select INCORRECT statement about serialization.
A. The process of writing an object is called serialization.
B. To serialize an object, first create an instance of java.io.ObjectOutputStream.
C. When an Object Output Stream serializes an object that contains references to another o referenced object is not serialized along with the original object.
D. When an object is serialized, it will probably be deserialized by a different JVM.
Finish
E37