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 are its drawbacks of cgi?
What’s the difference between genericservlet and httpservlet?
What are the various ways of session supervision in servlets?
How we can create war file in servlet?
What is the functionality of actionservlet and requestprocessor?
Write the code to get the server information in servlet.
What are the two important api's in for servlets?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
Can we use the constructor, instead of init(), to initialize servlet?
Define the life cycle of a servlets.
what is multiple server?
How can a servlet be used to generate plain text instead of html?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What is the disadvantage of cookies?
What is http servlet? Explain with the help of an example.