adspace


When does a container initialize multiple jsp objects?

Answer Posted / Ajay Rametkar

In JSP, the container initializes multiple instances of a JSP object in the following scenarios:n`
1. When multiple clients request the same JSP page simultaneously.
2. When the JSP page is reloaded or refreshed manually by the user.
3. When the JSP page is included or imported multiple times within other JSP pages.n`

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

2309