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
Why servlet is used as controller ? Not JSP? I want complete explation?
Define context initialization parameters.
Why is servlet used?
What is the GenericServlet class?
Difference between java beans & servlets?
What do you mean by a filter and how does it work?
What are the uses of servlets?
Does servlet have main method?
What is the difference between Servlets and Applets?
What is the difference in between the httpservlet and generic servlet?
What are the new features added to servlet 2.5?
Explain url encoding?
Is servlet a controller?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
Why HttpServlet class is declared abstract?