Introduction to java programming: Chapter 19 - Recursion's Objectives is to know what is a recursive method and the benefits of using recursive methods; to determine the base cases in a recursive method; understand how recursive method calls are handled in a call stack.