IMPORTANT: If you're going this this tutorial, from start to finish please begin with lesson 00. It explains how to get setup and where to find the source code. • Learn Programming in Java - Lesson 00 : Ge...
This first lesson covers the basic anatomy of a java program. We'll write a simple "Hello World" program and then improve upon it so that it
prompts for our name and then says hello to us. Along the way we'll touch upon statements, blocks, objects, variables, classes, the main() method, System.out and literal strings.