Explain the difference between GET and POST methods?
Answer Posted / mohan
One more diff is that in case of doget(), the query will be
sent along with the request and this exchange is visible to
the user, whereas incase of dopost()the query will be sent
inline with the http request so the exchange will not be
visible to the user.
| Is This Answer Correct ? | 26 Yes | 11 No |
Post New Answer View All Answers
Explain their methods? Tell me their parameter names also have you used threads in servlet?
What is difference between GenericServlet and HttpServlet?
What are different ways for servlet authentication?
What do you mean by web applications?
Why do we have servlet wrapper classes?
Explain the steps involved in placing a servlet within a package?
Tell us something about servletconfig interface.
What is ServletContext object?
Which is better jsp or servlet?
What is a generic servlet?
How do you design microservices?
What are some advantages of storing session state in cookies?
Which event is fired at the time of session creation and destroy?
What are common tasks performed by Servlet Container?
How does Cookies work in Servlets?