“Hello, World!”

A “Hello, World!” program generally is a computer program that outputs or displays the message “Hello, World!”. Such a program is very simple in most programming languages, and is often used to illustrate the basic syntax of a programming language. It is often the first program written by people learning to code.[1][2] It can also be used as a sanity test to make sure that a computer language is correctly installed, and that the operator understands how to use it.

That’s why our first blog now is “Hello, World!”

public class Main {
    public static void main(String[] args) {
        System.out.println("Hallo World");
    }
}
Share on facebook
Facebook
Share on whatsapp
WhatsApp
Share on twitter
Twitter
Share on linkedin
LinkedIn
Share on email
Email

Leave a Comment

Need Help?

I’m Here to help you