Chapter 15 discusses string handling in Java, detailing how to create and manipulate strings using the String class. It covers methods for creating strings implicitly and explicitly, as well as various string manipulation methods such as toLowerCase, toUpperCase, length, charAt, indexOf, lastIndexOf, concat, equals, and compareTo. The chapter emphasizes the importance of understanding string comparison and memory allocation in Java.