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
What are the differences between the servletconfig interface and the servletcontext interface?
Does servlet have main method?
What is the difference between the include() and forward() methods?
Is dispatcher servlet a singleton?
What is servlet lazy loading?
What is servlet name in web xml?
What is api in servlet?
What do you mean by a filter and how does it work?
Why filter is used in servlet?
Why doesn’t a servlet include main()? How does it work?
What are all the ways for session tracking?
How does tomcat servlet container work?
What is getservletcontext?
request parameter how to find whether a parameter exists in the request object?
What is the use of httpservletresponsewrapper?