what are binding listners?



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

Post New Answer

More Servlets Interview Questions

What is the use of request dispatcher interface?

0 Answers  


When servlet object is created?

0 Answers  


How to make servlet thread safe?

9 Answers   Frisco Tech, InfoVista, WipSys Technologies,


How to read request headers from servlets?

0 Answers  


What must be implemented by all servlets?

0 Answers  






we cant Override Jsp Service method?Why?

4 Answers   Infrasoft, Mind Tree,


Why the concept of single thread model interface is used?

0 Answers  


How do you load an image in a Servlet?

0 Answers  


What are the annotations used in servlet 3?

0 Answers  


What’s the difference between genericservlet and httpservlet?

0 Answers  


Explain the difference between servletconfig and servletcontext in servlet?

0 Answers  


Are Servlets Thread Safe? How to achieve thread safety in servlets?

0 Answers  


Categories