Java Programming Course – Released!

Hi!

There has been overwhelming response for a Java programming course.  Vol 1 is now available for immediate viewing in the member’s area.

View “Mastering Java, Vol 1” Here!

Here is a list of topics covered:

Lesson 1 – Introduction and How to Use This Course
Lesson 2 – What is Java and How is it Compiled?
Lesson 3 – Java Terminology
Lesson 4 – Installing the Java Development Kit
Lesson 5 – Compiling Our First Java Program
Lesson 6 – Installing the Eclipse IDE
Lesson 7 – Compiling our First Program Using Eclipse IDE
Lesson 8 – Examining a Simple Java Program in Detail
Lesson 9 – Overview of the Eclipse IDE
Lesson 10 – Commenting your Code
Lesson 11 – Insert New Lines and Tabs into Screen Output
Lesson 12 – Declaring and Using Integer Variables
Lesson 13 – Basic Arithmetic with Integer Variables
Lesson 14 – Declaring and Using Floating-Point Variables
Lesson 15 – Single-Line IF Statements
Lesson 16 – Single-Line FOR Loops
Lesson 17 – Creating Code Blocks
Lesson 18 – More Integer Data Types
Lesson 19 – More Floating Point Data Types
Lesson 20 – Character Data Type
Lesson 21 – Boolean Data Type
Lesson 22 – More on Declaring and Initializing Variables
Lesson 23 – Variable Scope and Lifetime
Lesson 24 – Increment and Decrement Variables
Lesson 25 – Logical Operators
Lesson 26 – Shorthand Arithmetic Assignments