This document discusses methods in Java. It defines a method as a collection of instructions that performs a specific task and provides code reusability. There are two types of methods in Java: predefined methods and user-defined methods. Predefined methods are methods already defined in Java class libraries that can be directly called, while user-defined methods are written by programmers according to their needs. Examples of both types of methods are provided.