Java programming Chapter 1 Introduction

Source: Internet
Author: User

This course covers the following eight aspects:

1. Introduction

2. StructuredProgramDesign

3. Object-Oriented Programming

4. array, string, and Exception Handling

5. files and data streams

6. GUI Design

7. Small application and network program design

8. Programming specifications

The main purpose of this course is to master Java programming ideas and programming skills.

Java mainly has two types of programs: Application and applet ).

Environment Settings: Standard Search Path = C:/j2sdk/bIn Class path classpath =.; C/j2sdk/lib

Five phases of Java program: 1) Editing: writing program, saved on Hard Disk

2) Compile: Use the compiler to translate the source program into bytecodes statements (javac filename. Java, generate the class file Java Virtual Machine language)

3) load: Call bytecodes to the memory (Java filename; appletviewer file.html)

4) Check: Check whether bytecodes is valid

5) Execution: The interpreter translates bytecodes into machine language for execution.

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.