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
Servlet is pure java object or not?
What is called Scriptlet?
What exception should be thrown when servlet is not properly initialized?
Why the concept of single thread model interface is used?
What is the functionality of actionservlet and requestprocessor?
What are the disadvantages of storing session state in cookies?
What are the new features added to servlet 2.5?
What is the difference between the http servlet and generic servlet?
What is difference between get and post method?
When servlet object is created?
What are the types of servlets? Explain
What is the difference between jsp and servlet life cycle?
List the Different types of servlet?
When servlet is loaded?
What is called a session?