+ 1
Why is it necessary that every java program must have a main function?
2 Answers
+ 1
In main you call all the classes, methods, functions etc.
Without main you're not able to do that.
+ 1
Does it make sense to execute code when you don't know where to start? Ofcourse it doesn't.