JAVA Main function (Main method)

Source: Internet
Author: User

Main function (Main method)


1, public (access modifier, common) represents the class or the method has the largest access permission


2.static represents the main function loaded with the load of the class


3.void means the main function has no specific return value


4,main main is not a keyword in Java, it is a special word, it can be recognized by the JVM (Java Virtual machine)


5,string[] The parameter type of the args function is an array of strings, the elements of which are strings, and the method by which the array passes in values is passed in at run time, for example:
Javac Index.java Compilation
Java Index First value second value third value
Separated by a space

JAVA Main function (Main method)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.