Chapter 4. Lists, Logic, and Loops

Today, you learn about three of the most boring features in the Java language:

  • How to make part of a Java program repeat itself by using loops

  • How to make a program decide whether to do something based on logic

  • How to organize groups of the same class or data type into lists called arrays

If these features don’t sound boring to you, they shouldn’t. Most of the significant work that you will accomplish with your Java software will use all three.

These topics are boring for computers because they enable software to do one of the things at which it excels: performing repetitive tasks over and over.

Arrays

At this point, you have dealt with only a few variables in each Java program. In some cases, it’s manageable to use ...

Get Sams Teach Yourself Java™ 6 in 21 Days 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.