How many java classics have you read?

  • 2021-01-06 00:34:35
  • OfStack

java8 classic books, to share with you.

1. Java from beginner to master

From a beginner's point of view, Java from the beginning to master (3rd edition), through easy to understand language, rich and colorful examples, detailed introduction to the use of Java language program development needs to master the knowledge.
"Java from beginners to masters (3rd edition)" editor's recommendation: "software development video lecture hall" series is Tsinghua Club "video lecture hall" key department 1. The department consists of several sub-series, each of which is among the best-selling books in its category,

2. Java Core Technologies (Volume 1): Fundamentals

1. The most influential and valuable book in the field of Java, as well as Java Programming Ideas, has been sold well worldwide for more than 10 years. 2) According to Java SE 7, it will comprehensively explain the core concepts, grammar, important features and development methods of Java in a systematic way, including a large number of cases and strong practicability

3. Java programming ideas

Java Programming Ideas (4th Edition) consists of 22 chapters, including operators, control execution flow, access control, reuse classes, polymorphism, interfaces, handling errors through exceptions, an in depth study of strings, generics, arrays, containers, Iava'UO systems, enumeration types, concurrency, and graphical user interfaces. These rich content, including Java basic syntax and advanced features, suitable for all levels of Java programmers to read, but also the university teaching object-oriented programming language and Java excellent teaching materials and reference books.

4. In-depth understanding of Java virtual machines :JVM advanced features and best practices

The first edition has been printed nearly 10 times in two years, and received nearly 4 reviews from 4 online bookstores. More than 98% of the reviews are 5 stars. It is recognized as a classic and super best seller in the whole Java book field. Traditional Chinese version is also 10 points popular in Taiwan. The second edition is a major improvement over the first edition: a comprehensive update and supplement to the content of the book based on the latest JDK 1.7; Added a number of tips and best practices for dealing with a variety of common JVM issues; Added a number of actual combat cases combined with the production environment; (I) Correction of errors and deficiencies in the first edition; And so on. The second edition is not only newer technology, richer content, but also more practical.

5. Sun Core Technology Series :Effective Java Chinese Version

There are 78 useful rules of thumb in Java programming that cover solutions to the problems that most developers face every day. A comprehensive description of the techniques used by the Java platform design experts reveals what to do and what not to do to produce clear, robust, and efficient code. Version 2 reflects the most important changes in Java 5 and removes obsolete content.

6. Java Programmer's Practice

Java Programmer Training is divided into four parts. Part 1 provides a comprehensive introduction to the new features of Java 7, Part 2 explores key programming knowledge and techniques of Java, Part 3 discusses the new languages and multilingual programming on JVM, and Part 4 puts the platform and multilingual programming knowledge into practice.

Starting with the new features of Java 7, Java Programmers' Rituals covers the most important technologies for Java development, such as Dependency Injection, Tester Driven Development, and Continuous Integration. It explores non-Java languages on JVM, and explains in detail multilingual projects, especially those involving Groovy, Scala, and Clojure. In addition, the book contains numerous code examples to help readers understand the Java language and platform from the ground up.

7. Head First Java(Chinese version)

Head First Java (Chinese Version)(2nd Edition) is a complete object-oriented (object-oriented, OO) program design and Java learning guide. This book is designed with learning theory in mind so you can start learning the basics of programming languages and work your way up to projects that include threading, networking, and distributed programs. Most importantly, you'll learn how to think like an object-oriented developer.

8. Java 7 Beginners Classic

The Java 7 Classic is the most detailed and comprehensive introduction to the Java language. It covers all the basics needed to develop programs using the latest Java JDK 7. The book contains numerous examples that clearly explain the key concepts involved and demonstrate the complex details of Java development.

For more exciting books, please click on the programming essentials list


Related articles: