I Will Teach You Java [With IntelliJ IDEA] Lesson 1: Understand the Java main method for beginners

Опубликовано: 10 Июнь 2026
на канале: Heaplevel
38
2

public static void main - or the static main method is the entry point of any Java application.

This is the second video and we start to look at how we can create a simple Java program that is compiled and ran by the Java Virtual Machine. We use IntelliJ IDEA, which is an integrated development environment (IDE). IntelliJ is used professionally and industry standard.

The contents of this video presents Java’s main method, which is the entry point for any Java program. We look at the print statement System.out.println in order to print something to the user’s window.