GIAC
GSSP-JAVA · Question #229
Which of the following functions are performed by methods of the HttpSessionActivationListener interface? Each correct answer represents a complete solution. Choose all that apply.
The correct answer is B. Notifying an attribute that a session has just migrated from one JVM to another. D. Notifying an attribute that a session is about to migrate from one JVM to another. See the full explanation below for the reasoning.
Question
Which of the following functions are performed by methods of the HttpSessionActivationListener interface? Each correct answer represents a complete solution. Choose all that apply.
Options
- ANotifying the object when it is bound to a session.
- BNotifying an attribute that a session has just migrated from one JVM to another.
- CNotifying the object when it is unbound from a session.
- DNotifying an attribute that a session is about to migrate from one JVM to another.
How the community answered
(37 responses)- A5% (2)
- B78% (29)
- C16% (6)
Community Discussion
No community discussion yet for this question.