Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

javaproject

Basic Java Program

public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World!"); } }

Explanation:

public class HelloWorld → It generally declare a class named HelloWorld.

public static void main(String[] args) ->The place where the execution begin.

System.out.println("Hello, World!"); → Prints "Hello, World!" to the

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors