12345678910



Question 1: You have an attribute class, and you want object of this type should be notified when they are bound to or removed from a session. So which listener is appropriate one?
1. HttpSessionBindingListener
2. HttpSessionAttributeListener
3. HttpSessionListener
4. All of the above