1. javase-computer Principles and Java Introduction

Source: Internet
Author: User

Basic concepts

Software: A collection of computer data and instructions organized in a specific order

Common software: System software (DOS,Windows,Linux), application software (Thunderbolt, etc.)

Development: The process of making software is called development

Human-Computer Interaction: The advent of software to achieve a good graphical interface of human-computer interaction, command line mode (direct input instructions)

Language: A way for people to communicate with each other

Computer language: The way people communicate with computers (c,C + +,Java,Python , etc.)


Java Language Overview:

SUN1995 is a high-level programming language introduced in the year, the object-oriented Internet programming language,Java Technology Web direction also day

Mature, easy to learn, fully object-oriented, cross-platform


Java Three technical architectures:

Java 2 Platform Enterprise Edition : A set of solutions for applications in enterprise environments

j2se (Java 2 Platform standard Edition): A solution for developing common desktop and business applications

J2ME (Java 2 Platform micro Edition) Small edition : solutions for developing electronic products and embedded devices


JRE(Java Runtime Environment):

java Runtime environment, including java virtual machines and java core class libraries


JDK(Java development Kit):

Java Development Kit , which contains Java development tools and JRE, so install the jdk c10> will not need to install the JRE.

Development tools include the build tool (javac exe) packaging tool (jar EXE), etc.

DOS common command line:

MD New Directory

Dir lists the files in the directory

CD Switch Directory

Cd\ back to the root directory of the current disk

del Delete file

Exit dos command line

Rd Delete Empty folders

Use Help

Java Program development Three-step walk:

The first step: Edit Java code to save as a . java suffix file

Step two: Compile the Java file with the javac command

Step three: Execute the . class file with the java command


This article is from the "Keyman" blog, make sure to keep this source http://keyman.blog.51cto.com/9807984/1676450

1. javase-computer Principles and Java Introduction

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.