The document explains the use of methods in Java for organizing code, including creating, calling, and returning values from methods. It also covers variable scoping, with global and local variables, as well as the use of arguments and method overloading. Additionally, it illustrates the use of return types and the return keyword in methods.