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 is setattribute in servlet?
What is the difference between jsp and servlet life cycle?
What is war file?
Can we override servlet service method?
What is the difference between a generic servlet and http servlet?
How do you run a servlet?
What is the use of request dispatcher interface?
What is the use of servletconfig interface?
Explain servlet events?
What do you mean by the servlet chaining?
What is the servletconfig object?
How do I support both get and post from the same servlet?
How do you design microservices?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What is getservletcontext?