what are binding listners?
Answer / 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 |
Explain url encoding in servlet?
What is the directory structure of web application?
What is the disadvantage of cookies?
What is string tokenizer?
Explain Action Servlet?
What are the methods in HttpSession and their use?
What is the difference between encodeRedirectUrl and encodeURL?
Write a command to get actual path of a servlet to the server?
Explain the difference between a web server and a web container?
How can the session in servlet can be destroyed?
What is session?
How to prevent browser from caching the page content?