Answer Posted / kishore
doGet method will append data to URL while transferring
data to the server.
doPost method will not append data. It is considered to be
secured. The data will be inside the body of request and
response.
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
Why is http protocol called as a stateless protocol?
What are the functions of an intercepting filter?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?
Why do you use session tracking in httpservlet?
What is pure servlet?
What is servlet and its life cycle?
Why servlet is faster than jsp?
What are different Authentication options available in Servlets.
What's the architecture of a servlet package?
Explain the difference between generic servlet and http servlet?
Name the packages that work with servlet?
When jsessionid is created?
What is servlet mapping?
What are the uses of servlet
How can the session in servlet can be destroyed?