"Java" java_03 the first Java program

Source: Internet
Author: User

the first JAVA program is written and run

1. Edit with Notepad

 Public class welcome{    publicstaticvoid  main (string[] agrs) {        System.out.println ("Hello world!" );    }}

2. Save As: D://mycode/welcome.java

3. Go to the console and enter: d://mycode/directory.

4.javac Welcome.java

5.java Welcome

6. The result of the operation:

analysis of running mechanism of Java program

high-level programming language types for computers : compiled, interpreted. The Java language is a combination of two types;

First step: Compiling

Use the compiler (Javac) to compile the source program into bytecode-byte-code file name: source file name. class

Part II: Running

Use the virtual machine (interpreter,Java) to interpret the Execute class bytecode file.

"Java" java_03 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.