Chapter 3. The ABCs of Java

As you have learned, a Java program is made up of classes and objects, which in turn are made up of methods and variables. Methods are made up of statements and expressions, which are made up of operators.

At this point, you might be afraid that Java is like the Russian nesting dolls called Matryoshka. Every one of those dolls seems to have a smaller doll inside it, which is as intricate and detailed as its larger companion.

Relax, babushka—this chapter clears away the big dolls to reveal the smallest elements of Java programming. You'll leave classes, objects, and methods alone for a day and examine the basic things you can do in a single line of Java code.

The following subjects are covered:

  • Java statements and expressions ...

Get Sams Teach Yourself Java™ 2 Platform in 21 Days Professional Reference Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.