1
edit
Changes
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>