What is the difference between Get and Post Method?
Answer Posted / manu
in Get method,data is passed in urlpattern i.e can be seen
everyone
in post method data is passed with in method body.
| Is This Answer Correct ? | 35 Yes | 5 No |
Post New Answer View All Answers
What are different ways for authentication of servlet?
What is the difference between sendredirect() and forward() in a servlet?
What are the supporting protocol by HttpServlet ?
How to generate the server side programming and the advantages of it over the other languages?
Name the packages that work with servlet?
Write all the phases defined in servlet life cycle?
Describe some assignments that are executed by servlet container?
What is generic servlet class?
Which is the methods of generated servlet?
What are the phases of the servlet life cycle?
What are the objects involved when a servlet receives a call from client?
What is the purpose of dispatcherservlet properties?
What is meant by cookies?
What is httpservlet class?
Difference between httpservlet and generic servlets?