This document discusses parameters and return values in Java methods. It provides examples of parameterized methods that take int, double, and String parameters. These include methods that draw lines and boxes of stars of varying lengths/sizes. The document also covers returning values from methods, including examples using Math class methods. Common errors around not storing return values are discussed.