main() method is declared as a static method so that it can be invoked without having to create an instance of the corresponding class.
Reveal answer
Fill a bubble to check yourself
main() method is declared as a static method so that it can be invoked without having to create an instance of the corresponding class.