This chapter discusses control structures in Java programs. It covers relational operators and logical expressions used for comparisons. Selection control structures like if, if-else, and switch statements are examined along with examples. The chapter also provides an example programming problem on cable company billing that demonstrates using control structures and nested conditional logic.