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 is meant by a web application
What is the structure of the http response
How do you define a servlet?
What are the ways to handle multi-threading in servlets?
What is the use of send redirect () method?
Explain the difference between a web server and a web container?
Can you call a jsp from the servlet?
How can you create a session in servlet?
What are the parameters of the service method ?
Why doesn’t a servlet include main()?
What is difference between get and post method?
How we can call a jsp from the servlet?