University of Cincinnati logo and link  
Computer Programming 2, Day 1 Agenda
 

 

Welcome to Computer Programming 2

 
Today we'll introduce each other, review Java fundamentals, and talk a little bit about arrays.

First, let's talk about this material from the introductory class.
  • What is the difference between a primitive and an object/class?
  • What is a conditional statement?
  • What is a loop?
  • How does an object differ from a class?
  • At which number does Java start 'counting'?
We'll continue our discussion of introductory material with ArrayLists.
Next, we'll discuss Arrays.