September 2005
Beginner
576 pages
13h 6m
English
Before you can try out the program, it must be compiled. The term compile might be unfamiliar to you now, but you will become quite familiar with it in the coming hours. When you compile a program, you take the instructions you have given the computer and convert them into a form the computer can better understand. You also make the program run as efficiently as possible. Java programs must be compiled before you can run them. With the Java Development Kit, programs are compiled using the javac program.
The javac program, like all programs included with the Kit, is a command-line utility. You run the program by using your keyboard to type a command at a command line that can accept the input.
Because most ...
Read now
Unlock full access