Explain the difference between GET and POST method in Servlet?
GET method | POST method | |
---|---|---|
1. | A limited amount of data can be sent as data is sent in the header | Lot of data can be sent as data is sent in the body |
2. | Not secured because data is exposed | Secured because data is not exposed |
3. | Can be bookmarked | Cannot be bookmarked |
BY Best Interview Question ON 18 Jan 2019