Day 1

June 3th (Monday)

Objectives:

  1. Understand how to Setup the Java development environment (JDK and Eclipse),
  2. Analyze the format (syntax) of a simple Java program (console Input and output—HelloWorld) to illustrate Java’s OO approach—everything is an “object” (instance of a class), and every function is a method.

Setting up Java development environment (JDK and Eclipse)

You will need to

1. Install the Java SE Development Kit (JDK)

2. Download and install Eclipse

Here are the instructions to Windows installation: Installation in Windows

Lab assignment:

Lecture Slides: