<pre name="mycode" class="java">
...
</pre>
Lets try that out with some sample code:
public class massWriting {
private String test;
private int i;
// test method
public void test(int j) {
System.out.println(i*j);
}
}
Joy!
<pre name="mycode" class="java">
...
</pre>
public class massWriting {
private String test;
private int i;
// test method
public void test(int j) {
System.out.println(i*j);
}
}
1 comment:
That's much better - so simple too :-)
Post a Comment