February 2014
Beginner
1248 pages
62h 25m
English
Phase 1 consists of editing a file with an editor program, normally known simply as an editor (Fig. 1.6). Using the editor, you type a Java program (typically referred to as source code), make any necessary corrections and save it on a secondary storage device, such as your hard drive. Java source code files are given a name ending with the .java extension, indicating that the file contains Java source code.
Fig. 1.6 | Typical Java development environment—editing phase.
Two editors widely used on Linux systems are vi and emacs. Windows provides Notepad. OS X provides TextEdit. Many freeware and shareware editors are ...
Read now
Unlock full access