• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Java 8 New Features: A Practical Heads-Up Guide

 
Bartender
Posts: 962
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Author/s    : Richard Reese
Publisher   : P8Tech
Category   : Advanced Java
Review by : Jeanne Boyarsky
Rating        : 8 horseshoes

"Java 8 New Features: A Practical Heads-Up Guide" is the first book I had read by the publisher P8 Tech. All their e-books are $9.99 (which should make Amazon happy; That's rare for a tech book). The difference is that the paper book is $19.99 making it a logical price.

This isn't some skimpy book though. It's 163 pages plus the appendix. Which is a perfectly reasonable amount to cover the material. The other Java 8 book I read ("Java 8 for the Impatient" was also less than 200 pages and cost a standard computer book price of $39.99.)

While I hadn't heard of the publisher before, I had heard of the author. I read his "Java 7 New Features Cookbook" and enjoyed that.

Anyway, onto the review. I like that the material was presented in short code snippets. I like the book uses repetition and good code idioms. The book is printed in color which is nice for the keywords. I like the tables describing packages and classes. I like the coverage of functional programming. I like the list of packages in the compact profiles.

What didn't I like? I feel like the book could have used some more editing. It didn't affect readability, but I noticed a couple things like using "function programming" and "functional programming" in the same paragraph. I also couldn't determine any pattern for when System.out::println was used vs the "long way". Nothing that affected understanding though.

There were only two pages on the new concurrency enhancements. I feel like this is an important topic and would have liked to see more. Essentially I liked both Java 8 books. This one certainly has the advantage of being $10 or $20!

---
Disclosure: I received a copy of this book from the publisher in exchange for writing this review on behalf of CodeRanch.

More info at Amazon.com
 
Time flies like an arrow. Fruit flies like a banana. Steve flies like a tiny ad:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic