Java learning notes -- java introduction and java learning notes Introduction

Source: Internet
Author: User

Java learning notes -- java introduction and java learning notes Introduction

Java open-source language

C Language

IOS closed-source system is developed using object-C Language

 

Application category (from type category)

C/S (Client Server): non-networked software also belongs to C/S

Browser Server (B/S): WebQQ, website

 

Java architecture:

Javase: basic library for java application development;

Javame: Mobile (micro) device application development;

Javaee: website development and usage system;

 

Configure environment variables:

Open "Computer properties"> "advanced"> "environment variable"> "system variable"> "path" to add the absolute path of the binfile under jdk, and create the classpath system variable path as the absolute path of jdk \ lib package + ". *;"

[JDK \ bin contains many commands (java javac). Many Jdk \ lib. jar files are the base library, and the base library for instructions and dependencies for java application execution]

 

Application Development

Development languages: C, C ++ (CPP), C # (for Windows), Pascal (earlier), and Java;

Java is an interpreted language: the application is interpreted to jvm (Java virtual machine)

 

Glossary

JDK (Javase development Kit) basic development tools

JRE (java runtime environment) Java runtime environment (including jvm)

 

Related Article

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.