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 is servlet and its life cycle?
How do we call one servlet from another servlet?
How do I use cookies to store session state on the client?
What is the main purpose of java servlets?
What is the difference between the include() and forward() methods?
What is the servletconfig object?
what do you understand by url rewriting?
Define servlet mapping?
Whether we can get deadlock situation in servlets?
What is url encoding and url decoding
How to rectify errors in java servlet while compilation?
What is the structure of the http response
Whether thread can be used in servlets?
Why the concept of single thread model interface is used?
What is the disadvantage of cookies?