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

can i override service method

3 Answers   Intelligroup,


Define context initialization parameters.

0 Answers  


without session Id can we do any operations like add,update,edit,delete. I saw Session id is loaded for edit and delete action not for add .so am asking this

1 Answers   Syntel,


i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 500,but i want to send response to 498 page,what should i do

2 Answers   Caritor, Globerian,


why we should override only no-agrs init() method.

0 Answers  






Can you call a jsp from the servlet?

0 Answers  


How to upload a file to the server using servlet?

0 Answers  


What is Servlets and explain the advantages of Servlet life cycle?

0 Answers  


Explain life cycle of a Servlet?

2 Answers  


What are the ways to handle multi-threading in servlets?

0 Answers  


What is a servlet-to-servlet communcation?

0 Answers  


What do you mean by chaining in servlet?

0 Answers  


Categories