Java Programming: 2 - Hello World, Eclipse shortcuts, comments

Опубликовано: 29 Март 2026
на канале: CodeMonkeyCharlie
45,530
344

In this tutorial we create the standard "Hello, world!" application using Java.

I introduce two very helpful shortcuts that the Eclipse IDE provides:

Automatically generate a main method: type 'main' and then press ctrl + space bar
Automatically generate a System.out.println(): type 'syso' and then press ctrl + space bar

Comments are also introduced to remind us what the main method and System.out.println do, and the shortcuts we used to generate them.