| Author |
Doubt with Session listeners [from enthuware]
|
Adolfo Eloy
Ranch Hand
Joined: Mar 21, 2009
Posts: 142
|
|
Question from enthuware: enthuware.jwpv6.2.1045:
Which of the following events allow you to access the HttpSession attribute that cause the event to be fired?
The doubt lies among these two answers:
- HttpSessionBindingEvent
- HttpSessionAttributeEvent
When I create a listener of type HttpSessionAttributeListener, I can retrieve the same data as I can when using HttpSessionBindingEvent. And further, I can get the attribute that cause the event considering all objects/values that can be added to the Session attribute.
I still think that the right answer is HttpSessionAttributeEvent.
Anybody could help me with this question?
Thanks.
|
Adolfo Eloy
Software Developer
OCPJP 6
|
 |
Paul Anilprem
Enthuware Software Support
Ranch Hand
Joined: Sep 23, 2000
Posts: 2912
|
|
Adolfo Eloy wrote:
The doubt lies among these two answers:
- HttpSessionBindingEvent
- HttpSessionAttributeEvent
When I create a listener of type HttpSessionAttributeListener, I can retrieve the same data as I can when using HttpSessionBindingEvent. And further, I can get the attribute that cause the event considering all objects/values that can be added to the Session attribute.
I still think that the right answer is HttpSessionAttributeEvent.
Anybody could help me with this question?
Thanks.
Answered here.
HTH,
Paul.
|
Enthuware - Best Mock Exams and Questions for Oracle/Sun Java Certifications
Quality Guaranteed - Pass or Full Refund!
|
 |
 |
|
|
subject: Doubt with Session listeners [from enthuware]
|
|
|