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
Why HttpServlet class is declared abstract?
What is the default http method in the servlet?
What are the types of servlets? Explain
What is the type of method for sending request from http server?
What are the benefits of using servlet over cgi?
What is cookies in servlet with example?
What are the annotations used in servlet 3?
When servlet object is created?
Why the container loads server at the application startup and how?
Describe some assignments that are executed by servlet container?
What is Request Dispatcher?
What are the objects involved when a servlet receives a call from client?
How we can call a jsp from the servlet?
Is servlet thread safe?
How to read request headers from servlets?