Sun Educational Services
Java Programming Language September 1999
Java Programming
Language
SL-275
Sun Educational Services
Copyright 1999 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, California 94303, U.S.A. All rights reserved.
This product or document is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation. No part of this product or document may
be reproduced in any form by any means without prior written authorization of Sun and its licensors, if any.
Third-party software, including font technology, is copyrighted and licensed from Sun suppliers.
Parts of the product may be derived from Berkeley BSD systems, licensed from the University of California. UNIX is a registered trademark in the U.S. and other countries, exclusively
licensed through X/Open Company, Ltd.
Sun, Sun Microsystems, the Sun Logo, Solstice, Java, JavaBeans, JDK, and Solaris are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. in the U.S. and other countries. Products bearing SPARC trade-
marks are based upon an architecture developed by Sun Microsystems, Inc.
The OPEN LOOK and Sun Graphical User Interface was developed by Sun Microsystems, Inc. for its users and licensees. Sun acknowledges the pioneering efforts of Xerox in researching
and developing the concept of visual or graphical user interfaces for the computer industry. Sun holds a non-exclusive license from Xerox to the Xerox Graphical User Interface, which
license also covers Sun’s licensees who implement OPEN LOOK GUIs and otherwise comply with Sun’s written license agreements.
RESTRICTED RIGHTS: Use, duplication, or disclosure by the U.S. Government is subject to restrictions of FAR 52.227-14(g) (2)(6/87) and FAR 52.227-19(6/87), or DFAR 252.227-7015
(b)(6/95) and DFAR 227.7202-3(a).
X Window System is a product of the X Consortium, Inc.
DOCUMENTATION IS PROVIDED "AS IS" AND ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS, AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE
HELD TO BE LEGALLY INVALID.
Sun Educational Services
Java Programming Language September 1999
Preface
About This Course
Sun Educational Services
Java Programming Language Preface, slide 2 of 17
Copyright 1999 Sun Microsystems, Inc. All Rights Reserved. Enterprise Services September 1999, Revision C.1
Course Goals
This course provides you with knowledge and skills to:
• Program and run advanced Java™ applications and
applets
• Help you prepare for the Sun™ Certified Java
Programmer and Developer examinations
Sun Educational Services
Java Programming Language Preface, slide 3 of 17
Copyright 1999 Sun Microsystems, Inc. All Rights Reserved. Enterprise Services September 1999, Revision C.1
Course Overview
This course covers the following areas:
• Syntax of the Java programming language
• Object-oriented concepts as they apply to the Java
programming language
• Graphical user interface (GUI) programming
• Applet creation
• Multithreading
• Networking