ISYS-340: Programming in Java

An introductory course intended to provide a basic knowledge of the Java programming language for designing and writing standalone programs. The course will concentrate on programs that are run in a web browser and also on programs executed outside of a web browser. The use of the Internet is an important component of this course.

 

Class Schedule and Notes

Session/Week Topics/Exams Text and Chapters
Session 1 Introduction to Java & JBuilder
Primitive Data Types and Operations
Chapter 1,2
Session 2 Control Statements
Programming Assignment 1 Due
Chapter 3
Session 3 Methods
Arrays
Programming Assignment 2 Due
Chapter 4,5
Session 4 Objects and Classes
Mid-Term-Exam
Programming Assignment 3 Due
Chapter 6
Session 5 Strings
Classes Inheritance and Interfaces
Programming Assignment 4 Due
Chapter 7,8
Session 6 Object Oriented Software Development
Getting Started with Graphics Programming
User Interfaces
Programming Assignment 5 Due
Chapter 9,10,11
Session 7 Applets
Programming Assignment 6 Due
Chapter 12
Session 8 FINAL EXAM  

Commands to Use Java at Maryville

path %path%;"c:\j2sdk1.4.0\bin\"
set classpath=.

Other Links