<%@ page contentType="text/html;charset=UTF-8" %> <%! public void test( int count ) { for( int i=0; i<=count; i++) { System.out.print( "0 XXXXXXX 10 XXXXXX 20 XXXXXX 30 XXXXXX 40 XXXXXX 50 XXXXXX 60 XXXXXX 70 XXXXXX 80 XXXXXX 90 XXXXXX "); } System.out.println( ""); } %> Close Netbeans test Accessing this page will close Netbeans 5.5 IDE if a webserver was started from the IDE.
<% test( 60000); %>
Finished