0
What is the difference between main class and other classes?
3 Answers
+ 4
Ahmad Mustafa
main is just a entry point of your program.
+ 2
There's no difference between main class and other class
in main class we have main function which JVM is starting execution from main function