What is the difference between Get and Post Method?
Answer Posted / ravikiran.chd
Get is used to get the resouces from the server
post is the one which will post the content in the body of
the request
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
Who is responsible to create the object of servlet?
Explain how to improve Servlet Performance?
How can a servlet be used to generate plain text instead of html?
What is servlet instance?
How do we call one servlet from another servlet?
How to find whether a parameter exists in the request object?
How do you configure a centralized error handler in servlets?
What is the process for chaining servlet?
Define servlet mapping?
If a servlet is not properly initialized, what exception may be thrown?
What are the exceptions thrown by servlets? Why?
What is servlet and its use?
What must be implemented by all servlets?
How to make sure a servlet is loaded at the application startup?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?