A method is a named block of code that serves a specific purpose. In order to call a method, we use its name followed by parentheses.

System.out.print(), which we've used quite a lot, is a great example of a method.