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
Explain the difference between servletconfig and servletcontext in servlet?
How will two or three servlets interact or communicate with each other?
What do you mean by servlet?
How the servlet is loaded?
Explain get and post.
What is cgi and what are its drawbacks?
Explain the war file?
Is servlet a controller?
Explain request dispatcher and its methods.
What are the differences between the servletconfig interface and the servletcontext interface?
Write the code to get the server information in servlet.
What is the difference between servlet and jsp?
What is the use of servlet context?
What is servlet attributes and their scope?
What are the steps that are required to handle the multi-threading?