Zoo tutorials: [ SQL | Linux | XML ]
ProgZoo: [ Java | C# | VB | C++ | Perl ]
Log in

A Gentle Introduction to
Programming

Hello World

 

Top Ten Programs

Hello World

The number one program is Hello World. This program prints the string "Hello World".

1. [ Java ] Hello world


Big

System.out is the standard output stream.
The method println outputs values and includes the "end-of-line" character.