Author Archive

Great Java

By Brett McLaughlin at 6 November, 2009, 6:52 pm

Great Java: Level 1 will teach you the fundamentals of Java, from the basics of compilation through methods, objects, and the key concepts of good programming. By the time you’re through these lessons, you’ll be programming, and programming well.

Throughout the course, you’ll progressively learn to code and compile programs, work extensively with text, and declare, convert, and cast between data types. You’ll also read files, get user input, and build arrays, including multi-dimensional arrays. Finally, you’ll move into objects, modeling your data and behavior into core Java structures.

Read More >>