1. The document discusses Java methods, including defining methods, passing parameters to methods, and the main method syntax.
2. It also covers built-in Math methods like sqrt(), cbrt(), pow(), abs(), ceil(), and their usage.
3. Additionally, it briefly mentions local variables and overloaded methods.