Java tutorial translation Sequence

Source: Internet
Author: User

I have been studying Java for many years. A friend asked me which book is good at getting started with Java. Everyone knows, that is, Java programming thoughts. Although this is a classic book on the basis of Java, but it is not suitable for getting started, but for reading this book after a certain foundation.

I Google the Java getting started tutorials, all of which are made up in the East and West, and the content is messy. It is not a concise tutorial I want.

In order to reduce detours for more beginners, I decided to translate Java tutorial by myself. As Sun's core series, it does not have a Chinese version. In order for more Chinese people to see this book, I will translate the book with all my heart.

The book is translated in the original Java tutorial version of Java 7. Currently, no translation is available on the Internet. If you have any, contact me.

Original http://docs.oracle.com/javase/tutorial/index.html

During the translation process, I found that Sun's Java tutorial is the best Java getting started tutorial, which is a classic Java getting started tutorial. Its advantages are as follows:

1. Authority. The authority of Sun's books does not need to be proved. Compared with the concise teaching materials in China, sun's books are concise, and some knowledge has been caressed, so it is easy to mislead beginners.

2. Concise and concise. Java tutorial is really character-shaped and has very little space, but it is all-encompassing. It also makes a trade-off for uncommon knowledge points, so that beginners do not have to get started. Compared with Java programming ideas, it is really concise and clear. It takes a month to read Java programming ideas. I think it only takes a week or even shorter to read Java tutorial. Java tutorail is so insightful, getting started with Java. Java programming ideology is really too long-winded. Many people may not be able to stick to it.

3. it is important for beginners to tell Java good practices and guard against bad practices. For example, the array declaration can be int [] anarrayofints or Int anarrayofints []. java tutorial will clearly tell you that the first is good practice and the second is bad practice. I have not mentioned this in other books, including Java programming ideas. this is very valuable for Java tutorail.

4. Tell you some java language design purposes, so that you can better apply Java. For example, Java tutorial will tell you that the enumeration type is designed to declare constants of a fixed size, so its constructor is private, this is why the enumeration type cannot be constructed outside. I have not read this in Java programming ideas.

Java tutorial is not only suitable for beginners, but also for those who have been engaged in Java for many years. When you flip through the book, you will read it carefully for unexpected gains, this gives you a better understanding of the Java language.

Thank you for your support.

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.