Saved Bookmarks
| 1. |
Write a servlet program to check that life cycle methods are called by web container |
|
Answer» Answer: The classloader is responsible to LOAD the SERVLET class. ... The web CONTAINER CALLS the INIT method only once after creating the servlet |
|