OOP Lec2
OOP Lec2
2
First Java Program | Hello World Example
In this lecture, we will learn how to write the simple program of Java.
We can write a simple hello Java program easily after installing the JDK.
To create a simple Java program, you need to create a class that contains
the main method.
Let's understand the requirement first.
The requirement for Java Hello World Example