+ 1
Can there be more than one 'main' method in different classes??
3 Answers
+ 10
Main is a starting/entry point to a code, so whenever you have two of it, either the compiler will accept it as another function or, the compiler will produce an error because it is confused
+ 10
My pleasure =)
+ 1
Thanks for the answer. :)