How to Terminate JSP Process
Some time you want to debug your JSP code for this you want to terminate JSP page process. To achieve this use simple one line code:
out.close();
Some time you want to debug your JSP code for this you want to terminate JSP page process. To achieve this use simple one line code:
out.close();
No comments:
Post a Comment