Algorithms and OOD (CSC 207 2014F) : Outlines
Primary: [Front Door] [Schedule] - [Academic Honesty] [Disabilities] [Email] - [Learning Outcomes] [FAQ] [Teaching & Learning] [Grading] [Rubric] - [Calendar]
Current: [Assignment] [EBoard] [Lab] [Outline] [Reading]
Sections: [Assignments] [EBoards] [Examples] [Handouts] [Labs] [Outlines] [Readings]
Reference: [Student-Curated Resources] [Java 8 API] [Java 8 Tutorials] [Code Conventions]
Related Courses: [CSC 152 2006S (Rebelsky)] [CSC 207 2014S (Rebelsky)] [CSC 207 2014F (Walker)] [CSC 207 2011S (Weinman)]
Misc: [Submit Questions] - [SamR] [Glimmer Labs] [CS@Grinnell] [Grinnell] - [Issue Tracker (Course)] [Issue Tracker (Textbook)]
Held: Wednesday, 3 September 2014
Back to Outline 03 - An Introduction to Java Development. On to Outline 05 - Unit Testing.
Summary
We begin our real exploration of Java by reading and correcting some code.
Related Pages
Overview
Administrivia
You may find it more convenient to use the following commit command, which doesn't open the editor.
git commit -m "*message*"
I'll admit that I prefer to open the editor and see a quick list of the changes I'm committing. (I also often write multi-line commit messages.)
main parameters.static
before function (method) and global (field) declarations.Do the lab on code reading and correction.
What have you learned about Java?
Java looks a lot like C. What did you see as the big differences?