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
Is servlet a controller?
Why is a constructor needed in a servlet even if we use the init method?
Why do we have servlet filters?
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?
What are the types of servlets? Explain
What are life cycle methods of a servlet?
What is the purpose of inter-servlet communication?
Which is the methods of generated servlet?
What is httpservlet and how it is different from genericservlet?
What is string tokenizer?
What are the features added in Servlet 2.5?
Why filter is used in servlet?
What's the architecture of a servlet package?
What is servlet container?
What is cookie in servlet?