Answer Posted / ravikiran
doGet will append the request parameters as a query string
to the url,
where as the doPost will post the data content on the body
of the jsp page
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you mean by the servlet chaining?
How can we refresh automatically when new data is entered into the database?
request parameter how to find whether a parameter exists in the request object?
Write a program to show the functionality of servlets.
Which protocol will be used by browser and servlet to communicate
What is the major difference between context parameter and context attribute?
What is the main purpose of java servlets?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What is SingleThreadModel interface?
Explain the features are in servlet 3?
Why is httpservlet declared abstract?
How can you push data from an Applet to a Servlet?
How do we call one servlet from another servlet?
What is the structure of the http response
Write a simple servlet program to print the contents of html.