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)
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.
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.
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
How Do I Get Started?
Getting Set Up
The Structure of a Java Program
Strings
Ints and Operations (Data Type)
Let’s Put This All Together