MCQOPTIONS
Saved Bookmarks
| 1. |
In a single Servlet class we can use |
| A. | doPost(...) method only |
| B. | doGet(...) method only |
| C. | Either 'a' or 'b' |
| D. | doGet(...) method and doPost(...) method both at a time. |
| Answer» E. | |