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 the servletconfig object?
What is the directory structure of web application?
What is difference between Forward() and sendRedirect() methode?
Who is responsible to create the object of servlet?
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
What is the difference between a generic servlet and http servlet?
What are the two important api's in for servlets?
when the webcontainer creates ServeletConfig,ServletContext objects? befoure creating the Servlet object or not?
What are Servlets?
what is the control flow in servlet when we send a request?
What is lazy loading and what is Generic Servlet Class?
What are different ways for servlet authentication?