ptg7068951
Summary 21
Output Pane
FIGURE 2.3
Running your first Java program.
Summary
During this hour, you got your first chance to create a Java program using
the NetBeans IDE. You learned that to develop a Java program you need to
complete these four basic steps:
- Write the program with a text editor.
- Compile the program into a class file.
- Tell the Java Virtual Machine to run the class.
- Call your mother.
Along the way, you were introduced to some basic computer programming
concepts such as compilers, interpreters, blocks, statements, and variables.
These will become clearer to you in successive hours. As long as you got the
Salutonprogram to work during this hour, you’re ready to proceed.
(The fourth step has nothing to do with Java programming. It’s just some-
thing my mother suggested I put in the book.)