Which of the following functions are performed by methods of the
HttpSessionActivationListener interface?
Each correct answer represents a complete solution. Choose all that apply.
Notifying the object when it is bound to a session.
Notifying an attribute that a session has just migrated from one JVM to another.
Notifying the object when it is unbound from a session.
Notifying an attribute that a session is about to migrate from one JVM to another.
Submit