"If a worker wants to do his job well, he must first sharpen his tools." - Confucius, "The Analects of Confucius. Lu Linggong"
Front page > Programming > Java books worth reading

Java books worth reading

Published on 2024-07-31
Browse:774

Java is one of the most requested programming languages ​​on the market.

One of its main characteristics is precisely the fact that it has great power when it comes to portability.

Learning Java from books (and quality ones) is essential to really know how it works.

In this article we will discover 10 Java Books that are worth reading !!!


01. Java: how to program

Livros de Java que vale à pena você ler

Java: How to Program, 10th Edition, provides a clear, simple, engaging, and fun introduction to Java programming with an initial emphasis on objects. Highlights include:

  • rich coverage of the fundamentals with real-world examples;
  • presentation with initial emphasis on classes and objects;
  • use with Java™ SE 7, Java™ SE 8 or both;
  • Java™ SE 8 covered in optional modular sections;
  • lambdas, flows and functional interfaces using Java SE 8 standard and static methods;
  • JavaFX swing and GUI: graphics and multimedia elements;
  • set of exercises "Making a difference";
  • integrated exception handling; files, streams and object serialization;
  • competition for better performance with multiprocessing; the book contains the main content for introductory courses;
  • other topics: recursion, search, sorting, generic collections, data structures, multithreading, database (JDBC™ and JPA).

Click here to purchase this book


02. Java for Beginners: Create, Compile and Run Java Programs Quickly

Livros de Java que vale à pena você ler

Quickly learn the fundamentals of Java programming with Herbert Schildt, bestselling author of programming publications. Fully updated for Java Platform, Standard Edition 8 (Java SE 8), Java for Beginners, 6th Edition introduces the basics and discusses the keywords, syntax, and structures that form the basis of the language.

Also covers more advanced features, including multi-threaded programming, generic types, and Swing, and describes some of the new features of JAVA SE 8, such as lambda expressions and standard interface methods. An introduction to JavaFX, Java's newest GUI, concludes this book.

Made for quick learning:

  • Main skills and concepts: each chapter begins with a list of the skills that will be covered.
  • Ask the Expert: Q&A sections with additional information and helpful tips.
  • Try this: exercises that show you how to apply your skills. - Tests: questions at the end of the chapters test the knowledge acquired.
  • Commented syntax: codes with comments that describe the programming techniques discussed.

Click here to purchase this book


03. Use your head!: Java

Livros de Java que vale à pena você ler

Use your head! Java is a complete learning experience in object-oriented (OO) programming and Java. Designed according to simple learning principles, this book will take you from basic aspects of the language to advanced topics including segments, network sockets, and distributed programming.

The most important thing is that you will learn to think like an object-oriented developer. And you won't just read: you'll play games, solve puzzles, ponder mysteries and interact with Java in ways you've never imagined.

As you read, you will write a lot of real Java code.The Head First! will help you quickly memorize knowledge permanently. Get ready to open your mind as you learn (and understand) key topics, including:

  • The Java language.
  • Object-oriented development.
  • The creation, testing, and deployment of applications.
  • Using the Java API library.•Exception handling.
  • The use of multiple threads.•GUI programming with Swing.
  • The network with RMI and sockets.
  • Generic sets and types.

Click here to purchase this book


04. Java for Dummies

Livros de Java que vale à pena você ler

Written by one of the greatest references in programming, Barry Burd, Java For Dummies, 5th Edition Translation, brings up-to-date information about programming languages, the basics of object-oriented programming, directions on how to create applications using JDK7, reusing codes and more! This book is dedicated to beginners and experienced programmers and even curious people who want to understand a little more about the topic.

Follows the For Dummies standard, with easy-to-access language and step-by-step explanations so that programming becomes an easy and fun activity!

Click here to purchase this book


05. Java Journey

Livros de Java que vale à pena você ler

Java Journey Book: combining practices for building clean code and deploying it that delivers value to the customer

  • Content created by 32 people with extensive experience in the market and complementary experiences
  • Prefaces written by Java Champions Bruno Souza and Edson Yanaga, great references in the Java world

Considering that companies increasingly depend on software to survive and prosper in such a competitive and fast-paced market, our team of organizers and co-authors is convinced that each reader will benefit in their career with the application of this supreme for developers committed to delivering solutions for their customers and society.

Click here to purchase this book

style="display:inline-block;width:336px;height:280px"
data-ad-client="ca-pub-2838251107855362"
data-ad-slot="5351066970">

(adsbygoogle = window.adsbygoogle || []).push({});


06. Java - Programmer's Guide

Livros de Java que vale à pena você ler

Develop applications using Java 16! Explore all the advantages of object-oriented programming through elegant Java syntax. Learn how to use overloading, inheritance, abstract classes, polymorphism, interfaces, generics, and lambda expressions. Build graphical applications using Swing components, making them multitask with threads.

Organize necessary data structures through collections. Perform filtering, mapping, and reduction operations. Operate on data of any type with data streams, serialization, and files. Implement commercial applications capable of accessing databases with the JDBC API or communicating on a local network and the Internet using sockets and datagrams.

Updated to Java 16, the book's content fully includes the Oracle Certified Associate Java Programmer and Oracle Certified Professional Java Programmer I certifications, in addition to almost all Programmer II level requirements.

  • there are more than 250 complete examples, commented in detail;
  • hundreds of ready-to-use code snippets;
  • and many screens and diagrams.

400 Java API classes are commented, in addition to including more than a hundred review exercises. All supporting material is available on GitHub.

Click here to purchase this book


07. OCA Java SE 8: 1Z0-808 Exam Study Guide

Livros de Java que vale à pena você ler

Official Guide to the Oracle Certified Associate Java SE 8 Programmer I Entrance Exam. In each chapter you will find challenging exercises, a certification summary, a quick review, and a mock test to reinforce concepts presented. This valuable resource will help you pass the exam and will also be essential in your day-to-day work.

Click here to purchase this book


08. Effective Java: best practices for the Java platform

Livros de Java que vale à pena você ler

The Definitive Guide to Java Best Practices ― Updated for Java 7, 8, and 9 Since the previous publication of Effective Java, following the release of version 6, Java has changed radically.

This Jolt award-winning classic has been thoroughly updated to take full advantage of the latest features of the platform and its libraries.

The diversity of paradigms in modern Java demands specific recommendations regarding best practices, and this book provides them.

Click here to purchase this book


09. Real Software Development: A Project Guide to Java Fundamentals

Livros de Java que vale à pena você ler

Mastering current software development concepts can be daunting if you're just starting out in Java. Should you learn object-oriented practices like test-driven development? Or apply functional programming ideas?

This guide provides a practical, project-based approach to help you learn the key topics needed to be a productive developer. Raoul-Gabriel Urma and Richard Warburton show you how to develop multiple real-world projects and learn best practices in the process.

Each chapter focuses on a project that starts as a command-line batch program and develops into a complete application. If you can write basic Java code, you will learn advanced software development practices to create modern, robust, and maintainable Java software.

Click here to purchase this book


10. Learning Java: An Introduction to Real-World Programming with Java

In English, but very powerful!

Livros de Java que vale à pena você ler

If you're new to Java - or new to programming - this best-selling book will guide you through the language features and APIs of Java 11.

With fun, engaging and realistic examples, authors Marc Loy, Patrick Niemeyer and Daniel Leuck introduce the fundamentals of Java - including its class libraries, programming techniques and languages ​​- with the aim of creating real applications.

You will learn powerful new ways to manage resources and exceptions in your applications, along with key language features included in recent Java releases.

  • Develop with Java, using the compiler, interpreter and other tools
  • Explore Java's built-in threading capabilities and concurrency package
  • Learn text processing and the powerful regular expressions API
  • Write advanced networked or web-based applications and services

Click here to purchase this book


Follow the #QueroLer series here on the blog where there will be recommendations for other Science and Technology books as well as lists of other Programming Languages

Release Statement This article is reproduced at: https://dev.to/marcosplusplus/10-livros-de-java-que-vale-a-pena-voce-ler-155d?1 If there is any infringement, please contact [email protected] to delete it
Latest tutorial More>

Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.

Copyright© 2022 湘ICP备2022001581号-3