JAVA Constructors and Methods
The main method should be static for the reason

It can be executed without creating any instance of the class.
It can be accessed easily by the class loader.
None of these
It can be accessed by every method or variable without any hindrance.

ANSWER DOWNLOAD EXAMIANS APP