The main method is a member of the class hello, which has a static specifier, so it is a method in the class hello instead of an instance in this class.

Source: Internet
Author: User

"The main method is a member of the Hello class and has a static specifier. Therefore, it is a method in the Hello class, not an instance in this class ." How to explain?

 

The above sentence is for the following:CodeSaid

Class hello
{
Static void main ()
{
System. Console. writeline ("Hello, world! ");
}
}

 

It seems that there is a truth, so when I want to use static members, I don't have to create an object before using it, but use it directly. Therefore, it is a method rather than an instance.

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.