Database - JDBC, Java Server Pages, and MySQL - Discussion

Discussion Forum : JDBC, Java Server Pages, and MySQL - General Questions (Q.No. 17)
17.
How many copies of a JSP page can be in memory at a time?
One
Two
Three
Unlimited
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

Rathina moorthy said:   5 years ago
Thanks @Sekhar.

Rajesh said:   5 years ago
Good, Thanks @Sekhar.

Sekhar said:   1 decade ago
When the user requests a JSP page for the first time, A JSP converts into servlet. In this time a JSP's jspInit() method is called only once in its life time.So only one copy of JSP page in memory at a time.

Dibya said:   1 decade ago
WHY? please explain.

Post your comments here:

Your comments will be displayed after verification.