adspace


When does a container initialize multiple jsp / servlet objects?

Answer Posted / Praveen Kumar Soni

A web container initializes multiple JSP/Servlet objects under the following circumstances: 1) When a ServletContext is created or reloaded (e.g., after deploying a new version of the application). 2) When a ServletContext attribute is accessed for the first time, or when it expires. 3) During servlet initialization-param initialization. 4) When a JSP page is requested and the associated servlet object does not exist.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i need the source code for opening a word document in java

2307