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
Tell us something about servletcontext interface.
Why the concept of single thread model interface is used?
What are the objects involved when a servlet receives a call from client?
Explain web container.
How can the session in servlet can be destroyed?
What do you mean by filter in servlet?
Can you create a deadlock condition on a servlet?
What are the different types of servlets?
Explain servlet.
request parameter how to find whether a parameter exists in the request object?
What are the kinds of http requests?
Explain the role of dispatcherservlet and contextloaderlistener.
Who is responsible for writing a constructor?
What do you mean by session tracking and also explain its techniques?
What is cookie in servlet?