logo 2
Know Technology.online
Home
SOFTWARE
ANDROID
_TRICKS
_CODES
JAVA
_PROGRAMS
_JAVA PROJECTS
PYTHON
GAMES
_ANDROID GAMES
_JAVA GAMES
_PYTHON GAMES
PROJECTS
_MACHINE LEARNING
_GUI
NEWS
ABOUT
_About Us
_Contact us
_Disclaimer
_Privacy Policy
_TermsAndConditions
Home
java
PRINT HELLO WORLD ON JAVA
PRINT HELLO WORLD ON JAVA
Anshuman Pattnaik
May 10, 2020
import java.lang.*;
class A
{
public static void main (String args[])
{
System.out.println("Hello World!");
}
}
OUTPUT:
Post a Comment
0 Comments
Social links
Popular CODES
About Developer
May 08, 2020
contact us
May 12, 2020
Reading a [.txt] File in Java
December 23, 2020
Linkedin
Anshuman Pattnaik
YouTube
Powered by Blogger
0 Comments
Please follow the moderation policy before writing annotations