+ 1

Why is it necessary that every java program must have a main function?

19th Jul 2018, 10:15 AM
mn121
mn121 - avatar
2 Answers
+ 1
In main you call all the classes, methods, functions etc. Without main you're not able to do that.
19th Jul 2018, 10:22 AM
Dror Dahari
Dror Dahari - avatar
+ 1
Does it make sense to execute code when you don't know where to start? Ofcourse it doesn't.
19th Jul 2018, 10:46 AM
StefanGliga
StefanGliga - avatar