| 1600 PMP mock questions | 1400 CAPM mock questions | 800 SCJP 6 mock questions | 600 OCAJP 7 mock questions | 590 OCPJP 7 mock questions | 556 SCWCD 5 mock questions | 500 OCEJWCD 6 mock questions | pdfDownload (java,struts, hibernet etc) | JobsJobs and Walkins |
|
Java online test
JSP online test ORACLE online test Hibernate online test Servlet online test Struts online test EJB online test C online test C++ online test Aptitude online test |
Q: What is the difference between Difference between doGet() and doPost()?
|
|
|
difference between Difference between doGet() and doPost() --
1) by default httpservlet will call doGet method if you mention method=post then only doPost() method will be called. 2) doGet() method is limited with 2k of data to be sent, and doPost() method doesn't have this limitation 3) if your action is http://techfaq360.com/adminservlet and method = get then action will be like http://techfaq360.com/adminservlet?cmd=test&name=satya ..all the form data you can see on address bar. In case of doPost you can't see the data. |
Suggested JobsMore Jobs >> |
|
Online Practice TestJava online testJSP online test ORACLE online test Hibernate online test Servlet online test Struts online test EJB online test C online test C++ online test Aptitude online test |