Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
This section highlights steps in Java development: writing the program, compiling it into bytecode, and running the bytecode.
You can use any text editor to write a Java program. Open a text editor and write the code in Listing 1.1. Alternatively, if you have downloaded the program examples accompanying this book, you can simply copy it to your text editor.