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 the different between a servlet and a cgi? Why do you go for servlet rather than cgi?
What’s the difference between forward() and sendredirect() methods?
How can you start a jta transaction from a servlet deployed on jboss?
Why doesn’t a servlet include main()? How does it work?
Explain the difference between a web server and a web container?
What are different methods of session management in servlets?
Which java application server is the best?
Describe in brief RequestDespatcher?
What is dispatcher servlet?
What is context in servlet?
What is MIME Type?
What do you mean by cgi in servlet?
What do you mean by session tracking?
List out the difference between ServletConfig and ServletContext?
Explain is servlet mapping?