Home Answers Viewqa Java-Beginners When is java main method called?

 
 


Java Coder
When is java main method called?
1 Answer(s)      a year ago
Posted in : Java Beginners

When is java main method called? Please explain the main method in Java with the help of code.

View Answers

May 10, 2012 at 11:43 AM


In a java class, main(..) method is the first method called by java environment when a program is executed. When you execute a class with the Java interpreter, the runtime system starts by calling the class's main() method. The main() method then calls all the other methods required to run your application.









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.