adspace


Explain lifecycle methods.

Answer Posted / Pratibha Yadav

"Lifecycle methods in JSP refer to the series of events that occur as a JSP page is processed, from loading and compiling the page, through executing its code, and finally releasing any resources it has acquired. The main lifecycle methods include jspInit(), _jspService(), jspDestroy()." "example: <jsp:directive.page init="jspInit()" destroy="jspDestroy()"/>"

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

2306