Javase learning the first Java program (ii)

Source: Internet
Author: User

After installing and configuring the Java environment

1. Create a new suffix for Java documents For example, we create a new Hello.java

In the file we define a class

public class hello{public static void Main (string[] args) {System.out.println ("Hello java!"); }}

2. Run the program through CMD Javac and Java

2.1. Compiling the new Java file with Javac

A hello.class is generated after a successful compilation

2.2. The Java Hello does not need a suffix in the direct running format


650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/4D/C3/wKioL1RZjBWA5TBIAABT_YqIPTA520.jpg "title=" QQ picture 20141105102955.jpg "alt=" Wkiol1rzjbwa5tbiaabt_yqipta520.jpg "/>

Javase learning the first Java program (ii)

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.