Open main menu

CDOT Wiki β

Changes

Team1/Creating your first Java project

154 bytes added, 10:05, 25 January 2011
no edit summary
<br/>1.6. Specify the name and check ''"public static voin main"'' in the ''method stubs'' section.<br />
[[Image: Java_Class2.jpg | 600px]]
 
<br/>1.7. Modify the main method:<br/>
<pre>public static void main(String[] args) {
System.out.println("This is my first class");
 
}</pre>
1
edit