Subscribe Our Channel

header ads

Search This Blog

Friday, July 28, 2023

PRINT HELLO WORD IN JAVA | JAVA PROGRAMMING | LEARN JAVA LANGUAGE

 public class HelloWorld {

    public static void main(String[] args) {

        //printing the message

        System.out.println("Hello World!");

    }

}

No comments:

Post a Comment

Featured Post

Draw Lord Shiva (Bhole Ji) in C++ using Turbo C++ BGI Graphics Library

Draw Lord Shiva (Bhole Ji) in C++ using Turbo C++ BGI Graphics Library In this tutorial, you will learn how to program and draw a detailed f...

Popular Posts