What is the difference between doGet and doPost?
Answer Posted / ashish
they both r service methods.....
do get() has a disadvantage of sending very less amt of
information as it can send 24 to 255 character........
do post() is used for posting d information.....
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
How we can create war file in servlet?
What is called Scriptlet?
What are the various ways of session supervision in servlets?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
List some life cycle methods of a servlet.
What is the difference between Difference between doGet() and doPost()?
Which HTTP method is non-idempotent?
Explain how does JSP handle run-time exceptions?
What are advantages of servlets over cgi?
What's the use of servletcontext?
What must be implemented by all servlets?
How do we go with database connection and log4j integration in servlet?
Explain the working of service() method of a servlet.
How servlets are deployed in java?
What is servlet container?