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 |
If a servlet is not properly initialized, what exception may be thrown?
What is cgi?
why we should override only no-agrs init() method.
Which event is fired at the time of project deployment and undeployment?
What do you mean by web applications?
What are the steps that are involved in using the httpservlet class?
Name the different ways of session tracking.
What is the advantage of Servlets when compared with other server side technologies?
Can you refresh servlet in client and server-side automatically?
When Servlet is unloaded?
How to rectify errors in java servlet while compilation?
what is the advantage of using Servlets over CGI programming?