To sum up this chapter, Java is:
-
Simple--the number of language constructs you need to understand to get your job done is minimal.
-
Familiar--Java looks like C and C++ while discarding the overwhelming complexities of those languages.
Now that you've seen how Java was simplified by removal of features from its predecessors, read the next chapter for a discussion on the object-oriented features of Java.
CONTENTS | PREV
| NEXT
Please send any comments or corrections to
jdk-comments@java.sun.com
Copyright © 1997 Sun Microsystems, Inc. All Rights Reserved.
|
|