First knowledge of java-2018-1-9

Source: Internet
Author: User
Tags java se

Today is the first day of the final exam, is also beginning to touch the first day of Java, not to review, then to learn something new!!

Three major platforms for Java

1. Java SE

Divided into four parts: JVM (Virtual machine), JRE (running environment), JDK (SDK), Java

2. Java EE

3. Java ME---(less used)

Java Development Environment Configuration


Notepad/notepad/ediplus/ultreadit

Eclipse/myeclipse

JCreator

Betbeans

IntelliJ idea

Java commands

Note: The naming of classes and constants in Java is capitalized, and the class name matches the file name

Java Execution commands

Javac Compile command: Java compilation

Note: 1. Documentation notes:/** */, two *, usually plus copyright notice 2. Multiline Comment:/* * */one * 3. Single-line Comment://

First attempt: (note://string,system first letter to capitalize)

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

First knowledge of java-2018-1-9

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.