Top
Previous Next
Java Review

Week 2 - Basic Elements of Java Programming

Topics

Java Platform

The Language

The syntax and constructs for writing Java code

Keywords

The vocabulary of Java

Primitive Data Types

Control flow - Branching

Branching

Classes

Question: What is a class?

A user or API defined data type. A blueprint for objects.

Objects

Question: What is an object?

an instance (occurrence, instantiation) of a user or API defined data type.

Constructors

Question: Purpose? What distinguishes them?