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