Java 1

Teach Yourself at HOME

About This Course

Materials and Content:

This course comes with a course booklet, video explanations and code for every exercise.

Category: Programming | Contents: Getting Set Up, Structure of a Java Program, Strings, Ints and Operations (Data Types)

 
Java 1 Student Sitting in Chair.png

About

This course is a three-part course. It is designed to give you a basic understanding of programming with the Java programming language. The course focuses on concepts that are important to almost any programming language. You will learn about assigning values to variables, strings, data types and the structure of a Java program.

Java 1 Student Sitting in Chair Scene Two.png

Requirements

You will need a computer, the Java programming language downloaded on your computer and an Integrated Development Environment (IDE).

We discuss how to download Java and a free IDE in this course.

Student three.png

Time and Prerequisites

This course is intended for anyone looking to understand basic concepts in programming and who is willing to tackle slightly more complex topics.

There are no prerequisites for this course and it should take about 14 hours to complete.

 

Requirements: A computer, Java Development Kit and an Integrated Development Environment | Time: 14 hours | Prerequisites: None |

 

Syllabus

Java 1

  1. How Do I Get Started?

  2. Getting Set Up

  3. The Structure of a Java Program

  4. Strings

  5. Ints and Operations (Data Type)

  6. Let’s Put This All Together