CET 3640 Instructor: Dr. Reyes Álamo © Copyright by Pearson Education, Inc. All Rights Reserved.
Java basics Basic commands (i.e. if, while, switch, println, Scanner etc.) What is the Java Virtual Machine (JVM) Commands to compile and run an application Java Application Programming Interface (API) Data Types Primitive data types Reference data types Initial values
Object-Oriented programming What is a class What is an object Static data and why the main method is static What are fields What are methods What is a constructor Method overloading Encapsulation Inheritance
Chapters covered1, 2, 3, 4, 6, 8, 9 Self Review (all questions) Exercises (as many as you can) Try to write the programs by hand first Problems with printf statements are optional “Making a Difference” not required © Copyright by Pearson Education, Inc. All Rights Reserved.