Program | Programmer Java Programmer must read: basic articles
Time: 2001/09/13 13:31 Author: ZSC Pacific Network College
Java is a new generation of programming languages developed by Sun, which can be developed in the network environment of various machines and operating systems. No matter what browser you use or which operating system you use (Windows, UNIX, and so on), you can see the Vivid home page as long as the browser supports Java. Java is gradually becoming the main development language for Internet applications, which radically changes the development model of application software and adds new energy to the rapidly evolving information world. So developers of Internet applications have to look at Java, and Java programs have to start with the basics, which is what Java programmers must read: The intent of the basic article.
I. INTRODUCTION
This Java tutorial will cover the basics of the Java programming language. It covers the following areas:
1. Object-Oriented Programming concepts
Will teach you the core concepts of object-oriented programming, such as objects, messages, classes, inheritance, and so on. The tutorial at the end of this section will give an example to implement these conceptual programming codes. If you're familiar with object programming across the street, you can skip this holiday tutorial and go straight to the second section.
2. Language Basics
This section of the tutorial covers traditional language features, including variables, data types, operators, and control processes, among others.
3. Objects and simple Data objects
The tutorial in this section describes the general principles for creating and using any type of object. The tutorial then describes how to use arrays, strings, and numeric objects, which are commonly used for object types. Finally, you will also describe how to format the data for the output.
4. Classes and inheritance
Describes how to write a class from an object that has already been created.
5. Interfaces and Packages
Interfaces and packages are features of the Java programming language that help you organize and construct classes and relationships with other classes.
6. Some common problems in programming
Explains the solutions to problems that can occur during learning the Java language.
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.