unc comp 110 fall 07.

Learning a new programming language, Java


Purpose: Review the main points necessary to learn a new programming language; in this case Java. The most important step is to pick the programming language appropriate for the task. Java is appropriate for creating general applications. On the other hand, JavaScript is appropriate for programs in web pages.

Other points to cover are:

Parts
  1. Program structure and output
  2. Variables
  3. Input

Other points covered in later recitations include control structures, arrays and functions.

We will use Eclipse for the Java editor (Integrated Development Environment, IDE)

Ask about the tips: