Home  >  Article  >  Java  >  What books should I read to get started with Java?

What books should I read to get started with Java?

青灯夜游
青灯夜游Original
2019-05-08 14:07:4912869browse

Books you can read to get started with Java include: 1. "Head First Java, 2nd Edition (Chinese Edition)"; 2. "Java Core Technology (Volume 1, 2)"; 3. "Java Programming Thoughts (Chinese Edition)" 4th Edition)"; 4. "Head First Design Pattern"; 5. "Refactoring: Improving the Design of Existing Code" and so on.

What books should I read to get started with Java?

Java can be said to be one of the languages ​​that every computer practitioner must learn to get started, and it is also one of the most used programming languages. So how to get started with Java and what books do you need to read? The following article recommends some books that you can read to get started with Java. I hope it will be helpful to you.

"Head First Java, 2nd Edition (Chinese version)"

A real introductory book, easy and funny, you can learn through playing games, puzzles, solving puzzles and some Interact with Java in unexpected ways, no longer afraid of "from getting started to giving up".

This book is not only informative, interesting and easy to understand, but also covers all Java-related basics. If you are a Java beginner, this book is for you.

"Java Core Technology (Volume 1, 2)"

The writing style is more traditional than Head First in terms of interest, and the content covered Covering Java basics and advanced applications, it is another option for getting started.

"Java Programming Thoughts (4th Edition)"

A must-read, it not only covers all Java basics, but also greatly improves the level of programming thinking. Good help.

"Head First Design Pattern"

Continues Head First's consistently lively and interesting writing style, introduces 23 design patterns, and is recommended as an introductory book on design patterns.

"Effective Java Chinese Edition (2nd Edition)"

78 extremely practical rules of thumb in Java programming, these rules of thumb cover most developers Solutions to problems people face every day.

"Refactoring: Improving the Design of Existing Code"

comes from Martin Fowler's masterpiece, the only way to write excellent code.

Note: When reading these introductory books, you also need to pay attention. Start with the basics, understand them first, and then go deeper.

Java is a very professional thing. Reading books is a must. But for students with zero foundation, don’t blindly read books and watch videos.

When there are shortcuts to learning Java, don't take detours, otherwise you will waste your time and discourage yourself from learning.

The above is the detailed content of What books should I read to get started with Java?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:What is java.exe?Next article:What is java.exe?