Answer Posted / suresh s
Both are processing for request and response of a client.By
using doGet we can send less amount of data compare to doPost.
If we use doget the users sensitive data(user name &
password)will be displayed in the URL.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is session tracking?
request parameter how to find whether a parameter exists in the request object?
Why doesn’t a servlet include main()? How does it work?
Explain the methods of request dispatcher in servlet?
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 exception should be thrown when servlet is not properly initialized?
What is servlet and its advantages?
Why is a constructor needed in a servlet even if we use the init method?
How does java thread pool work?
What is httpservlet class?
How is an application exception handling is done using a servlet?
What are the steps involved in placing a servlet within a package?
What is Servlets and explain the advantages of Servlet life cycle?
Explain servlet events?
What is the difference between jsp and servlet life cycle?