"Hello World" in Java

Hello.java
class Hello{
public static void main(String[]args){
System.out.println("Hello world");
}
}






Comments

Popular posts from this blog

Installing PHP: A Step-by-Step Guide for Beginners

PHP Basic Syntax and Variables: A Detailed Guide with Examples