1.

Why main is special method in java program?

Answer»

Main is a special method that every Java application must have. When you run a program, the statements in the main method are the first to be executed.



Discussion

No Comment Found

Related InterviewSolutions