Javase (Hello,world) (ii)

Source: Internet
Author: User

After you've configured your JDK, start learning Java basics, and learn Java Platform standard Edition, Java Standards Edition,

Let us first understand the JRE, and Jdk,jre is the Java Runtime Environment, which contains the JVM (Java Virtual machine) and some class libraries run by Java

The JDK is an environment that contains some compilation tools to help develop with developers.

The first step is to create a new Notepad file, put it on the E-drive,

Modify the suffix name to change txt to Java and edit it


Explain the Code, class demo Create a new Java class

public static void Main (string[] args)

{

Main function, entry for program execution

System.out.print (string);//System printing method

println (string);//Line Wrap Print

}

Then run CMD.EXE

Entering the DOS interface, enter E: Carriage return


Javac 123.java Compiles a Java file, at which time a Java class file is generated under the E disk, Demo.class

Java demo is to run this file, this time our hello,world is printed out.


Javase (Hello,world) (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.