What is the difference between doGet and doPost?
Answer Posted / ram
do get() is used for passess the information limited amount
of data.
do post() is used for passess the information.and it send
unlimited data..it is providing more secure compare 2 do get
() method..
| Is This Answer Correct ? | 29 Yes | 15 No |
Post New Answer View All Answers
Which method of the httpservletrequest object is used?
What is http servlet? Explain with the help of an example.
Explain the servlet filter.
Why session tracking is needed?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
Explain how does JSP handle run-time exceptions?
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 is the difference between servlet and jsp?
Why doesn’t a servlet include main()? How does it work?
Write a program to show the functionality of servlets.
What is servlet container?
What are the different ways we can maintain state between requests?
What is servlet configuration?
Can you refresh servlet in client and server-side automatically?
What's the difference between servlets and applets?