As is common in many computer books, we use monospace type to represent computer code. C++ NOTE
NOTE
TIP
CAUTION
Application Programming Interface Java comes with a large programming library or Application Programming Interface (API). When using an API call for the first time, we add a short summary description tagged with an API icon at the end of the section. These descriptions are a bit more informal, but we hope also a little more informative than those in the official on-line API documentation. We now tag each API note with the version number in which the feature was introduced, to help the readers who don't use the "bleeding edge" version of Java. Programs whose source code is on the Web are listed as examples, for instance Example 2 4: WelcomeApplet.java |