CSCI 111 Course Notes
On campus and Distance (starting FA07)
Using text "Java Software Solutions", Lewis & Loftus
[ An HTML Tutorial | Java API Class Library | Java JDK download
]
From Vista
The majority of the notes you will receive by working with the notes available on Vista using Eclipse
to perform the tasks specified in such notes (i.e., the "hands-on"). As shown here, you
will work with these side-by-side.
O'Reilly Courses Available (to on-campus students) on Vista
eclipse plugin (need this to have Eclipse the same as on campus)
Available from your Vista account as well (with directions on where to put it).
From Text and Instructor Web Pages
In addition to these, you will have the text and additional notes for your assistance in relating to the text.
syllabus/course requirements
Getting Started
Notes related to textbook chapters:
-
Chapter 1: Introduction
-
Chapter 2: Data and Expressions
-
Chapter 3: Using Classes and Objects
-
Chapter 4: Writing Classes
-
Chapter 5: Conditionals and Loops
-
Chapter 6: Object-Oriented Design
- We have done Object-Oriented Design throughout all the Chapters
-
Chapter 7: Arrays