Patel Brijesh wrote:Q1: An attribute wants to know when it has been moved from one session to another vm?
HttpSessionActivationListener, HttpSessionEvent, Attribute
Patel Brijesh wrote:Q2:An attribute wants to know when it has been replaced in a session.?
HttpSessionBindingListener, HttpSessionBindingEvent, Attribute
Patel Brijesh wrote:Q3: when you want to be notified when anything is bound to session ??
HttpSessionAttributeListener, HttpSessionBindingEvent, Some other class
No question is bad.. However,
spoon feeding is bad.. You could have read this in any book. Thanks for letting me practice with Listeners. I hope my answers are correct here.