The Servlet doGet and doPost method What is the difference? What is the difference between transferring and acquiring the parameters?

Difference: doPost for post processing request, doGet get request for processing

Parameters: the same parameters are passed HttpServletRequest and HttpServletResponse


Description link
 


 

 

 

Guess you like

Origin www.cnblogs.com/ConstXiong/p/12100258.html