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 do you mean by default initialization in java servlet?
Explain the different ways for servlet authentication?
What is the use of servletconfig interface?
What is Client-Server Computing?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
What are the advantages of Servlet over CGI?
What are sessions in servlets?
What is difference between server and servlet?
What are the mechanisms used by a servlet container for maintaining session information?
What are the functions of an intercepting filter?
How to handle exceptions thrown by application with another servlet?
What is lazy loading and what is Generic Servlet Class?
How are filters?
What’s the use of the servlet wrapper classes??