Zebra0.com

java introductionIntroduction to Java

Introduction to Java

Traditionally, the first program you write is to display the words "Hello World".

This the simplest program you can write: no variables, no input, no calculations, etc.

The hard part is find a compiler, install it, figure out how to start the program, and how to run it.