8352 Java from the Very Beginning, Part I
Contents
- 8352 Java from the Very Beginning, Part I
- Reminder
- Objectives
- Agenda
- What is Java?
- Java Bytecodes
- What is Java?
- The Java Platform
- What can Java Do?
- The Core API
- The Core API
- Benefits of Java
- Agenda
- Hello World
- Compile the source file
- Run the Interpreter
- Exercise
- Common Compiler Problems
- Common Compiler Problems
- Common Interpreter Problems
- Hello World Dissected
- Comments
- Class Definition
- The main method
- Agenda
- Variables and Data Types
- Primitive Types
- Variable Names
- Scope
- Reference Types
- Reference Types
- Reference Types
- Agenda
- Operators
- Operators
- Assignment Operators
- Agenda
- Expressions
- Exercise
- Marathon
- Marathon
- Agenda
- Arrays
- Arrays
- Arrays
- Strings
- Summary