You can now write methods that accept parameters, return values, and organize your code into reusable pieces. You know the difference between void and typed return methods, how static connects to main, and how overloading lets you reuse method names with different parameter lists.
Next up: Strings. You'll learn how Java stores text, why strings are immutable, and how to manipulate characters with built-in methods.