Core Java SE 9 for the Impatient 2nd Ed (Addison Wesley)
Wednesday, 27 September 2017

This book is a concise guide to Java that includes all the latest changes up to Java SE 9. Written by Cay Horstmann, who also wrote the two-volume Core Java, this tutorial offers a faster way to learn modern Java. The material is presented in small chunks organized for quick access and easy understanding.

The book includes practical insights and sample code, and is designed to help you take advantage of all that’s new, from Java SE 9’s long-awaited Project Jigsaw module system to the improvements first introduced in Java SE 8, including lambda expressions and streams.

Author: Cay S. Horstmann
Publisher: Addison Wesley
Date: September 2017
Pages: 576
ISBN: 978-0134694726
Print: 0134694724
Kindle: B075MJ5QV8
Audience: Java developers
Level: Intermediate
Category: Java

 

 

  • Use modules to simplify the development of well-performing complex systems
  • Migrate applications to work with the modularized Java API and third-party modules
  • Test code as you create it with the new JShell Read-Eval-Print Loop (REPL)
  • Use lambda expressions to express actions more concisely
  • Streamline and optimize data management with today’s Streams API
  • Make use of modern concurrent programming based on cooperating tasks
  • Take advantage of a multitude of API improvements for working with collections, input/output, regular expressions, and processes

 

Related Reviews

Core Java for the Impatient

Core Java Volume I - Fundamentals (10e)

Core Java, Volume II Advanced Features 9th Ed

For recommendations of Java books see Java Books For Beginners in our Programmer's Bookshelf section.

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Banner
 


SQL Query Design Patterns and Best Practices

Author: Steve Hughes et al
Publisher: Packt Publishing
Pages: 270
ISBN: 978-1837633289
Print: 1837633282
Kindle: B0BWRD7HQ7
Audience: Query writers
Rating: 2.5
Reviewer: Ian Stirk

This book aims to improve your SQL queries using design patterns, how does it fare? 



Seriously Good Software

Author: Marco Faella
Publisher: Manning
Date: March 2020
Pages: 328
ISBN: 978-1617296291
Print: 1617296295
Kindle: B09782DKN8
Audience: Relatively experienced Java programmers
Rating: 4.5
Reviewer: Mike James
Don't we all want to write seriously good software?


More Reviews