In this video, you will learn how to write your first Java program: Hello World.
Topics covered:
Writing HelloWorld class
Main method explanation
Java syntax rules
Running the program using javac and java
Steps:
1. Open terminal
2. Navigate to file
3. Compile: javac HelloWorld.java
4. Run: java HelloWorld
Output: Hello, World!
Varibles : syntax, types