Summary
The goal of this chapter was to introduce you to the Java language. Java activates Web pages by sending small active applications called applets along with Web pages. Part of that introduction has to be a language overview. Unlike more traditional programming languages such as FORTRAN and Visual Basic, a Java program is almost always part of something else, most notably a Web page. The program travels with the Web page to the user's machine and executes using the user's own computing power.
You may not understand much of the Java language yet, but you can understand a simple Java program better now that you've finished this chapter. An applet is actually a subclass, or an inherited version of a predefined class that comes with the Java ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access