These classnotes are depreciated. As of 2005, I no longer teach the classes. Notes will remain online for legacy purposes

JAVA01

Classnotes | RecentChanges | Preferences

Showing revision 3
Difference (from revision 3 to current revision) (minor diff, author diff)
(The revisions are identical or unavailable.)
This is an introductory course in Java programming. In this course you will find an overview of basic programming skills in the Java language. Object-oriented programming will be touched upon, but the purpose of this course is not to teach it. Instead, we will focus on traditional procedural programming under Java as a segway into programing for non-programmers.

The class is taught over the course of four days, and will be split up thusly:

DAY ONE

Introduction to Programming
/What is a Program?
/Thinking like a Programmer
PROJECT /Algorithm for Movie Lookup
/Computer Languages
/Writing Source Code
/Debugging
/Introduction to Java
Writing Your First Program
/General Structure
PROJECT: /Hello World
/Variables
PROJECT: /Hello World with variables
/Command line Arguments
PROJECT: /Hello World with arguments
/Introduction to Applets
PROJECT: /Hello World as an Applet

DAY TWO

Data types
/More Variables
/Variable Operators
/Strings and Characters
/Arrays
PROJECT: /Counting Characters in Arguments
Conditionals and Decisions
/if-else_Statements
/switch_Statements
PROJECT: Something....

DAY THREE

DAY FOUR



Classnotes | RecentChanges | Preferences
This page is read-only | View other revisions | View current revision
Edited May 26, 2003 6:01 pm (diff)
Search:
(C) Copyright 2003 Samuel Hart
Creative Commons License
This work is licensed under a Creative Commons License.