0
What is main method and what does it do?
Explain the main method in a simple language and in an understandable manner.
2 Answers
+ 2
is the method called at program start
+ 1
it initiates the execution of the program
Explain the main method in a simple language and in an understandable manner.