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
Can you refresh servlet in client and server-side automatically?
How to find whether a parameter exists in the request object?
What do you mean by session tracking and also explain its techniques?
How do we go with database connection and log4j integration in servlet?
Explain the servlet context.
What are the different session tracking techniques?
Explain web application directory arrangement?
When Servlet is unloaded?
Explain request dispatcher and its methods.
Why are http servlets used in programming?
What is called Session Tracking?
What are all the protocols supported by httpservlet?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
How does java thread pool work?
Which java framework is most popular?