Kizspy | Question: 9
(Choose 1 answer)
When doPost() method of servlet gets called?
A. It is called by the server to allow a servlet to handle HTTP request type as POST
B. The service() method checks the HTTP request type as POST and calls doPost() method.
C. Both of the above.
D. None of the above.