Alright, let's bring these things together!
In Java, everything we write needs to be in a class.
Great! That's why we wrote everything in the class and main() method that we created at the very beginning.
While we've been using this quite a lot, is it really a solution for everything?