DT » Programming » Java
Java, released in 1995 by Sun, is a cross-platform, compiled language that runs on the Java Virtual Machine (JVM).
The Java SE Docs are the official docs.
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.
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.