Java Reference
In-Depth Information
Programmers note:
At this stage of your Java programming, most errors are due to typing
mistakes. Incorrect capitalization and missing rosters are among the
most common ones.
When the program has compiled without error, the compiler creates a
file with the extension .class. This is the executable that can be run by the
Java interpreter. The name of the java interpreter is java.exe.
Developing a Java application often requires going back and forth be-
tween the editor and the compiler. To save time, it is usually a good idea
to place the editor in a desktop window, and the MS DOS command
prompt in another one. You can then switch between both windows while
developing the application or making corrections in the source.
Search WWH ::




Custom Search