What is the difference between Get and Post Method?
Answer Posted / jitendra
The key difference between Get and post is:
1) By using post method we can send large date as compare to
Get.
2) Post is more secure then Get because in case of Get
method, the data is visible in the URL of the browser and
can be directly accessed.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Who is responsible for writing a constructor?
What is the disadvantage of cookies?
What is the purpose of inter-servlet communication?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What is java servlet session?
Explain Action Servlet?
What are the functions of Servlet container?
What are the steps involved in placing a servlet within a package?
What are the advantages of Servlet over CGI?
Write a program to show the functionality of servlets.
What is the use of servlet wrapper classes?
Why don't we write a constructor in a servlet?
What do you mean by session tracking?
What is meant by Servlet? What are the parameters of service method?
What is the difference between encodeRedirectUrl and encodeURL?