what is the difference between doGet() and doPost()?
Answer Posted / annamalai
Hai doGet() method is the default HTTPServletRequest method.
In this user entered data is appended to the URL as query
String. It can send only limited amount of data. In doPost()
method the user entered information as data and not appended
to the URL.It can send any amount of data.
| Is This Answer Correct ? | 29 Yes | 1 No |
Post New Answer View All Answers
Differentiate between the web server and application server?
What is servlet and how it works?
how the HTML data stored in web server?
How do cookies work in servlets?
What is the type of method for sending request from http server?
What are the type of protocols used in httpservlet?
What's the servlet interface?
Difference between java beans & servlets?
Is java servlet still used?
What are the steps that are involved in using the httpservlet class?
How we can call a jsp from the servlet?
What do you mean by annotations in servlet?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What is Client-Server Computing?
What is servlet container. how it works?