InterviewSolution
Saved Bookmarks
| 1. |
When doGet() method of servlet to be called? |
|
Answer» A GET request results from a normal request for a URL or from an HTML form that has no METHOD specified and it should be handled by doGet() method. |
|