Have you tried declaring it private to see what happens?

I'm still fairly new to Java, but remember: main() is inside a class. The class that holds main() is public. And remember that if a method...