What is the difference between doGet and doPost?
Answer Posted / ram
do get() is used for passess the information limited amount
of data.
do post() is used for passess the information.and it send
unlimited data..it is providing more secure compare 2 do get
() method..
| Is This Answer Correct ? | 29 Yes | 15 No |
Post New Answer View All Answers
How servlet is created?
What do you mean by cgi?
Which event is fired at the time of setting, getting or removing attribute from application scope?
Why doesn’t a servlet include main()?
What are the different mode that servlets can be used?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
Explain the architechure of a servlet?
Explain is servlet mapping?
When Servlet is unloaded?
What is httpservlet class?
What are the types of servlets? Explain
Who is responsible to create the object of servlet?
What is the purpose of dispatcherservlet properties?
What is the use of java servlet api?
What are the differences between forward() method and sendredirect() methods?