Answer Posted / 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 View All Answers
Hello, My project requirement is like I need to create a web page using MVC pattern. I hava a bean class, jsp page, servlet, service and dao. My jsp has two fields. One is dropdown list. The option values has to get populated from the database table. The other one is a text box and its value has to come from database table. As of now I have defined the fields in bean class, got the values from database using arraylists in dao class and I called this from service class. Can anyone please tell me the workflow of how the servlet will get this arraylist and populate the arraylist values as dropdown options in jsp page? Also I would like to know the role of bean class in MVC pattern? Thanks in advance!
How a servlet is unloaded?
Is tomcat a servlet container?
Can you create a deadlock condition on a servlet?
What is servlet used for?
What is the process for chaining servlet?
Should I override the service() method?
Why doesn’t a servlet include main()?
Name the different ways of session tracking.
How do you get the ip address of the client in servlet?
What is the process to implement doget and dopost methods?
Explain the lifecycle of a servlet?
Write a servlet to upload file on server.
What are session variable in servlets?
What is the default http method in the servlet?