The document discusses various Java conditional statements, including the if-else statement, nested if-else statements, the if-else-if ladder, and the Java ternary operator. It explains how these statements control the flow of execution based on boolean expressions. Additionally, it introduces the Java switch statement as another method for handling conditional logic.