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.

<ASIN:0134694724>

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
 


Go Programming In Easy Steps

Author: Mike McGrath
Publisher: In Easy Steps
Date: January 2021
Pages: 192
ISBN: 978-1840789195
Print: 1840789190
Kindle: B08NF958NM
Audience: Non-programmers wanting to learn to code in Go
Rating: 5
Reviewer: Mike James
Getting going with Go - great idea!



Wild West To Agile (Addison-Wesley)

Author: Jim Highsmith
Publisher: Addison-Wesley
Pages: 304
ISBN: 978-0137961009
Print: 0137961006
Kindle: B0BXWP88KP
Audience: Adherents of Agile methodology
Rating: 4.5
Reviewer: Alex Denham

The subtitle of this book is Adventures in Software Development Evolution and Revolution and it is personal reminin [ ... ]


More Reviews