Prelimmodule Lesson3
Prelimmodule Lesson3
S O
E S
. L
E
UAL
DA V
O
MOF J
I MR E
E L U
R C
P TRU
T
S
LEARNING OUTCOMES
At the end of the lesson, the students are
expected to:
Interpret the structure of Java programming
Compile the Java Program
Run the program in DOS and NetBeans
Environment
Develop their own simple program
Structure of a Java Program
Class Name
Method name
5. Click Finish.
The project is created and opened in the IDE. You should see the
following components:
The Projects window, which contains a tree view of the components of
the project, including source files, libraries that your code depends
on, and so on.
The Source Editor window with a file called HelloWorldApp.java open.
The Navigator window, which you can use to quickly navigate between
elements within the selected class.
The program prints "Hello World!" to the Output window (along with other
output from the build script).