Skip to content

JUGGL/Hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Very Basic Java Program

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.

Compile

javac Hello.java

Run

java Hello.class

Next step, go to branch Step_02

About

Java Users Group Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages