when jspDestroy() method is executed while conecting jsp to database...?
The jspDestroy() method is called only once in JSP's servlet life time, when the JSP Engine removes the JSP's servlet from memory.
Ads
Post Answer
Preview: