What is the difference between Get and Post Method?
Answer Posted / ravikiran.chd
Get is used to get the resouces from the server
post is the one which will post the content in the body of
the request
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
Which application server is best for java?
What is servlet and its use?
What are the different methods of session management in servlets?
Can you explain in detail 'javax.servlet' package?
Explain the working of service() method of a servlet.
What are different ways for authentication of servlet?
What is cookie? Why is cookie used?
Difference between doget and dopost?
What exception should be thrown when servlet is not properly initialized?
What is servlet attributes and their scope?
How can we create deadlock situation in servlet?
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!
What are the various ways of session supervision in servlets?
Can you create a deadlock condition on a servlet?
How can the referrer and the target urls be used in servlet?