what is the difference between doGet() and doPost()?
Answer Posted / sharief
doGet() append the data to the link.
doPost() will not append the data to the link.
Efficiency is less for doPost() than doGet().Hence,doGet()
usage is more when compared to doPost().
only 255 characters are restricted for doGet(),where as
doPost() doesnt have any restrictions.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the custom jsp tags and the beans.
How do we call one servlet from another servlet?
Can you call a jsp from the servlet?
Explain the difference between jsp and servlet?
How does Cookies work in Servlets?
Explain Action Servlet?
Which method is called when reference variable is passed in system.net?
Describe some assignments that are executed by servlet container?
Which event is fired at the time of setting, getting or removing attribute from application scope?
Why is Servlet so popular?
What's the servlet interface?
What is servlet and how it works?
What is cookie in servlet?
How can we invoke another servlet in a different application?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?