What is the use of "main()" in java ??

India
March 1, 2008 9:08am CST
Hey friends could you sort mwe out and tell why "main()" function is called out first in java(Core) ??????
2 responses
@mnsrwt123 (2057)
• India
3 Mar 08
I think main is the first function to call in java thats why we have to make main in our program first call the program.
6 Mar 08
No, to start a java application programmer ,you must have main() function.
• Australia
1 Mar 08
It indicates the set of Main instructions in your program