Answer Posted / umalakkaraju
if the object being added or removed to the session
implements HttpSessionBindingListener, the Web container
calls the binding listener's valueBound or valueUnbound
method to notify the object of the change.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between jsp and servlet life cycle?
How to get the path of servlet in the server?
What's the servlet interface?
What is a servlet context?
Can servlet have a constructor ?
What are the functions of Servlet container?
What is difference between cookies and httpsession?
How many objects of a servlet is created?
What are the common methods that are included in the http servlet class?
Write a command to get actual path of a servlet to the server?
When Servlet is unloaded?
What are all the ways for session tracking?
What are the annotations used in servlet 3?
Why is http protocol called as a stateless protocol?
What is servlet interface?