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 are the differences between the servletconfig interface and the servletcontext interface?
Why is servlet used?
What are the advantages of cookies?
What is the default http method in the servlet?
Explain the methods of request dispatcher in servlet?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
What is the GenericServlet class?
How servlets are deployed in java?
Write a program to show the functionality of doget and dopost method?
How to create war file?
What exactly are the functions of servlet?
How to notify an object in session when session is invalidated or timed-out?
What is session?
What are the types of protocols supported by httpservlet ?
How can I send user authentication information while making URL Connection?