Digital Technologies @ Waimea College

DT » Programming » Java

Java

Java, released in 1995 by Sun, is a cross-platform, compiled language that runs on the Java Virtual Machine (JVM).

Documentation

The Java SE Docs are the official docs.

Video Courses

Java Programming in CSA (Playlist) is a series of very short but well-presented videos covering the basics and much more. Really nice intros to these topics.

Other Courses

Java Language Basics is rather dry and wordy, but does act as a good technical overview of the basics of the language. These is also a matching Classes and Objects course.