Vidyalelo
Java Programming · Q47

Constructors and Methods

Programming · Java Programming · question 47

Q47

The main method should be static for the reason

A.
It can be accessed easily by the class loader.
B.
It can be accessed by every method or variable without any hindrance.
C.
It can be executed without creating any instance of the class.
Answer
D.
None of the above

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board