Submitted by heartin on Sat, 07/11/2020 - 01:43
Notes:
https://javajee.com/book/java-101-getting-started-with-java
Excercises
-
Write a HelloWorld program. Write a simple program with a main method that prints Hello World.
-
Use package and import statement.
-
Create a public class Hello1 that is part of a package com.javajee.package1.
-
Add the standard main method that will be invoked by JVM.