adspace
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