Coder Social home page Coder Social logo

aubrey-chen / hellojava Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 30 KB

基本概念 JDK、JRE、JVM的关系: JDK:Java Development Kit,Java开发工具包 JRE: Java Runtime Environment,Java运行环境 JVM:Java Virtual Machine,Java虚拟机 JDK包含JRE,JRE包含JVM JDK版本选择 目前JDK1.8(也叫JDK8,注意不是JDK18)用得最多 Java代码的编译运行流程 将Java源码编译成Java字节码。 使用JVM将Java字节码转化成机器码。 JVM作用:跨平台、内存管理、安全。

Java 100.00%

hellojava's Introduction

Java语法

1. 安装环境

· 1.1 安装IDEA

· 下载专业版(Ultimate版)


2. 基本概念

· JDK、JRE、JVM的关系:

· JDK:Java Development Kit,Java开发工具包

· JRE: Java Runtime Environment,Java运行环境

· JVM:Java Virtual Machine,Java虚拟机

· JDK包含JRE,JRE包含JVM

· JDK版本选择

· 目前JDK1.8(也叫JDK8,注意不是JDK18)用得最多

· Java代码的编译运行流程

· 将Java源码编译成Java字节码。

· 使用JVM将Java字节码转化成机器码。

· JVM作用:跨平台、内存管理、安全。

· JSE、JEE、JME的区别

· JSE: Java Standard Edition,标准版

· JEE:Java Enterprise Edition,企业版

· JME: Java Mirco Edition,移动版

· Spring是JEE的轻量级替代品

· SpringBoot是Spring + 自动化配置


3. Java语法

· 3.1 变量、运算符、输入与输出

· 3.2 判断语句

· 3.3 循环语句

· 3.4 数组

· 3.5 字符串

· 3.6 函数

· 3.7 类与接口

· 3.8 常用容器

hellojava's People

Contributors

aubrey-chen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.