Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Java Hello World App

This is a simple Java Hello World application.

How to Compile

To compile the Java source code, use the following command:

javac HelloWorld.java

How to Run

To run the compiled Java class, use the following command:

java HelloWorld