The most basic Java code is written as a single Java source file which is compiled using the javac tool. The output of the javac tool is a class which we can then run.
javac Hello.java
java Hello.class
Next step, go to branch Step_02
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The most basic Java code is written as a single Java source file which is compiled using the javac tool. The output of the javac tool is a class which we can then run.
javac Hello.java
java Hello.class
Next step, go to branch Step_02