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
What are the annotations used in servlet 3?
What's the servlet interface?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
What do you mean by servlet context?
What is api in servlet?
What is difference between get and post method?
When Servlet is unloaded?
When servlet is loaded?
What is Request Dispatcher?
What are the phases of servlet life cycle?
What’s the difference between sendredirect and forward methods
how the HTML data stored in web server?
Why do we use sendredirect() method?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What is the