Answer Posted / jayaprakash
HTTP Session mainly used for associated with HTTP Client and
HTTP sever.session will maintain the state with unque Id for
each client req.
| Is This Answer Correct ? | 58 Yes | 6 No |
Post New Answer View All Answers
What are different ways for authentication of servlet?
Difference between GET and POST?
What is the process for chaining servlet?
What is difference between server and servlet?
Difference between doget and dopost?
What are some advantages of storing session state in cookies?
What is called a session?
Explain the servlet context.
What is the dispatcher servlet?
How to find whether a parameter exists in the request object?
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!
Write a program to show the functionality of doget and dopost method?
What is a deployment descriptor?
What is the use of request dispatcher interface?
What do you mean by cgi and what are its drawbacks?