Chapter 3 - Explanation of our first code in Java

Опубликовано: 15 Май 2026
на канале: Java And Droid
2
0

Welcome back to Java And Droid! In Chapter 3, we are writing our very first Java program—and more importantly, understanding exactly how it works.

Are you tired of just copying code without knowing what it does? Today, we break down the famous "Hello World" program line by line. I will explain exactly what `public static void main(String[] args)` actually means so you can build a rock-solid foundation for your programming journey.

QUESTION OF THE DAY: What is the most confusing part of Java syntax for you so far? Let me know in the comments below! I reply to every comment.

In this video, you will master:
Understanding of what a class is,
Summary of Access Modifiers
Conventions of Java
Understanding the "main" method
What do keywords like 'public', 'static', and 'void' mean

If this video helped you understand Java better, please smash the LIKE button and SUBSCRIBE to Java And Droid so you don't miss Chapter 4!

Timestamps:
0:00 - Discussion related to language
1:45 - What are Access Modifiers?
4:00 - What is a Class? (public class)
8:36 - What is the class name, and what are the Java rules?
12:30 - What is a static Keyword and where is it used?
13:47 - What is the return type in function?
15:48 - What is the main method in Java, and what is the function name?
16:53 - Summary of arguments in function?
18:25 - How System.out.println() works?
20:00 - Future Guidance?


#Java #LearnJava #JavaTutorial #JavaDroid #ProgrammingForBeginners #Coding #SoftwareEngineer