

MCQOPTIONS
Saved Bookmarks
1. |
Which method of the servlet is/are called several times in its life? |
A. | init() |
B. | doPost() |
C. | destroy() |
D. | Both (a) and (b) above |
Answer» C. destroy() | |