Which two statements best describe the behavior of the Web container in a distributed
environment?
A.
It must store the state of static variables if the session is passivated.
B.
It must call the HttpSessionActivationListener in the case of session migration.
C.
It must preserve session state if the session is passivated.
D.
It must call the readObject and writeObject attributes of a serialized object if the session is
passivated.