InterviewSolution
Saved Bookmarks
| 1. |
When doPost() method of servlet to be called? |
|
Answer» A POST request results from an HTML form that specifically lists POST as the METHOD and it should be handled by doPost() method. |
|