JSP Life Cycle
Jsp Initialization
<%!
public void jspInit () {
// put your custom code here
}
%>
Jsp Finalization
<%!
public void jspDestory () {
// put your custom code here
// to clean up resource
}
%>
댓글
댓글 쓰기
질문이나 의견은 요기에 남겨주세요 ^^,,