What is the difference between Get and Post Method?
Answer Posted / raghunath bj
Get and Post will do the same kind of operation which takes
requests from the browser but the key difference between
them is Get can not contain large number of data but post
can have large number of data to post the request.
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
How do I support both get and post from the same servlet?
What is the difference between get and post methods?
Which method is called when reference variable is passed in system.net?
what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
If servlet receives multiple requests, how many objects will it create?
What is meant by Servlet? What are the parameters of service method?
If a servlet is not properly initialized, what exception may be thrown?
Explain how does JSP handle run-time exceptions?
How can we include static files in the jsp page?
When jsessionid is created?
How do we go with database connection and log4j integration in servlet?
How do we share data using 'getservletcontext ()?
Explain the steps involved in placing a servlet within a package?
What are all the ways for session tracking?