Java Learning 2--helloworld (writing the first Java program)

Source: Internet
Author: User

Write

Create a Helloworld.java file in your own working file directory (such as the CLASSPATH path configured in the previous article), write the following code, and save

1  Public class HelloWorld 2 {3      Public Static void main (String [] args) 4     {5         System.out.println ("Helloword"); 6     }7 }

(Note that the file name (HelloWorld) is identical to the class name)

Compile

Javac file name. Java (Compile command)

When the compilation is complete, the corresponding. class file is generated

Execute Java file name (Execute command)

(Note that the runtime does not need to be followed.) class input, only the class file name is required)

Java Learning 2--helloworld (writing the first Java program)

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.