About Question enthuware.jwpv6.2.957 :
Posted: Wed May 29, 2013 11:32 am
Which interface should be implemented by a class so that its objects may receive notifications when they are put or removed from HttpSession?
This sounds for me as "receive notifications when instances of the class are being put or removed to the session". Nothing says that I should listen for all session attributes in a one place. So, I selected HttpSessionBindingListener and answered incorrectly (instead of HttpSessionAttributeListener).
Is it confusing for someone else, or I didn't get it due to my language issue?
This sounds for me as "receive notifications when instances of the class are being put or removed to the session". Nothing says that I should listen for all session attributes in a one place. So, I selected HttpSessionBindingListener and answered incorrectly (instead of HttpSessionAttributeListener).
Is it confusing for someone else, or I didn't get it due to my language issue?