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
The code in a finally clause will never fail to execute, right?
What do you mean by session tracking and also explain its techniques?
Explain the architechure of a servlet?
What is the difference between CGI and Servlet?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
How do you configure a centralized error handler in servlets?
Which java framework is most popular?
What is servlet and its life cycle?
What is a java servlet?
What is the purpose of inter-servlet communication?
What are the disadvantages of storing session state in cookies?
How can we achieve transport layer security for our web application?
Explain jsessionid?
Which method of the httpservletrequest object is used?
What are the types of an http request?