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
What are the difference between session and cookies in servlet? Explain
Whether thread can be used in servlets?
What are the functions of the servlet container?
Which event is fired at the time of session creation and destroy?
How servlet is created?
What's the advantages using servlets than using cgi?
What's the difference between servlets and applets?
Explain web container.
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
How is a servlet implemented in code?
What is a server side include (ssi)
What if we pass negative value in load-on-startup?
What is cgi and what are its drawbacks?
How do you configure a centralized error handler in servlets?
What is the process to implement doget and dopost methods?