Course Web Pages1 2 3 4 5 6 7 8 9 10 11 12 13 14 Adding .java files to an existing project Course SoftwareCourse TextbookObjects First With Java - A Practical Introduction using BlueJ Course CalendarRelated Links
Online Java Courses and Study Guides in Higher EdVideos & Animations |
Unit 4. Class definitions (part III)In this unit, we discuss (1) How to use if statements to improve the performance of the TicketMachine, (2) How to use local variables to improve the performance of the TicketMachine, and (3) Review class definition, variables, methods, conditionals. Java Honors: If Statements (Exercises 2.46-2.57)
Java Honors: Local Variables
Java Honors: Review
BlueJ: Introduction to Using the Unit Testing Tools, Jennifer Kay
Tracing an object example in BlueJ (showing object diagrams), Jennifer Kay
BlueJ Introduction to tracing code, Jennifer Kay
Code Examples and Handouts
ReadingsChapter 2, sections 2.12 - 2.23 AssignmentChapter 2 exercises 2.46 - 2.93 |