What's up with methods, anyway?

Methods are named blocks of codeMethods make code readable and reusableThere's no such thing as a built-in methodThere are only built-in methods

Swee-heet! As named blocks of code, methods improve readability and reusability. Java has many built-in methods but we can also create methods ourselves.

Not quite! As named blocks of code, methods improve readability and reusability. Java has many built-in methods but we can also create methods ourselves.