104105106107108109110111112113114
out.println("this is line: " + i + "<br/>"); } out.println("</body></html>"); } catch (Exception e) { e.printStackTrace(); } finally { out.flush(); out.close(); try { in.close();
106107108109110111112113114115116
out.println( "</table>" ); out.println( "</body></html>" ); } catch( Exception e ) { e.printStackTrace(); } finally { out.flush(); out.close();
105106107108109110111112113114115