About

The main or entry point is the function that is called first when an application starts.

It's the entry point for your application and will subsequently invoke all the other methods required by your program.

The main method accepts generally a single parameter, usually named args, whose type is an array of String objects.

List

  • Java Main
  • main function in C and C++;