Testing: Difference between revisions

Jump to navigation Jump to search
104 bytes added ,  9 September 2013
Line 200: Line 200:


<pre>
<pre>
System.out.println("Boston, We Have A Problem" + variable);
System.out.println("Boston, We Have A Problem" + variable); //output to Tomcat consile
out.println("Boston, We Have A Problem" + variable); //output to JSP webpage
</pre>
</pre>


Navigation menu