MCQOPTIONS
Saved Bookmarks
| 1. |
The web container maintains the life cycle of a servlet instance,give the lifecycle of a servlet? |
| A. | Servlet class is loaded |
| B. | Servlet instance is created |
| C. | init,Service,destroy method is invoked |
| D. | All mentioned above |
| Answer» E. | |