I came across this question in a practice exam.
Which of the following apply to a web application that is distributed across multiple
Java Virtual Machines?
You answered: D
A HttpSessionActivationListener needs to be implemented.
B HttpSessionMigrationListener needs to be implemented.
C Web application cannot be distributed across multiple Java Virtual
Machines.
D No precautions are required
A is correct. HttpSessionActivationListener needs to be implemented.
I did not think the you HAD to implement HttpSessionActivationListener.
Could someone please confirm this.