main() method is declared as a static method so that it can be invoked without having to create an instance of the corresponding class.
True
False