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 |
What are some disadvantages of storing session state in cookies?
How to handle exceptions thrown by application with another servlet?
How httpservlet is different from the genericservlet?
What do you mean by request dispatcher in servlet? Also explain its methods.
can i modify the data which are generated by the servlet
What is a deployment descriptor?
i have class files in class folder. but i have no java files. but i want to modify the java files which are related to class files . how ?
What is the role of the webserver?
What are the annotations used in servlet 3?
can v create a constructor 4 servlet?
How to notify an object in session when session is invalidated or timed-out?
Can we fetch the attributes related to a servlet on a different servlet?