1.

Explain the difference between GET and POST method in Servlet?

Answer»
 GET methodPOST method
1.A LIMITED AMOUNT of data can be SENT as data is sent in the headerLot of data can be sent as data is sent in the body
2.Not secured because data is exposedSecured because data is not exposed
3.Can be BOOKMARKEDCannot be bookmarked


Discussion

No Comment Found