Course Description and Objectives
-
This class will be an introduction to writing computer
applications with the Java programming language.
The first half of the course will cover the basics of the Java
programming language. The remainder of the course will discuss
applying Java to various applications such as the design of GUI interfaces,
multi-media, and networking.
By the end of the course, the students will learn the
basics of object-oriented programming, how to write Java applets that
can be downloaded via the world wide web, and the design of stand-alone
Java applications that can be run on a wide variety of machines.
Course Outline
-
Overview of Object-Oriented Programming
Classes
Objects
Functions and Methods
GUI Development
Embedding a Java Application into a WWW Page
|