What is main method in Java programming??
Answers
Answered by
1
The main() function then calls all the other functions required to run your program. Similarly, in the Java language, 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.
PLZ MARK THIS AS BRAINLIEST
PLZ MARK THIS AS BRAINLIEST
Saquiba:
Th@nks for your quick reply....!!!
Similar questions