• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java SE 8 for the Really Impatient

 
Bartender
Posts: 962
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Title:Java SE 8 for the Really Impatient
Author/s    : Cay S. Horstmann
Publisher   : Addison-Wesley Professional
Category   : Miscellaneous Java
Review by : Jeanne Boyarsky
Rating        : 10 horseshoes

"Java SE 8 for the Really Impatient" is a fairly thin book (200 pages) that covers what's new in Java 8. And some of the features that were new in Java 7.

The book doesn't skimp on detail. The first 60 pages teach you about lambdas, stream and functional programming. I like how Cay covers so many different scenarios. The book is fast moving and doesn't have a lot of fluff. This meant I had to read some sections a few times to grasp the material.

The book also covers smaller changes in Java 8 such as the new way to create a Locale. I particularly liked the examples for the Instant class to deal with dates. And it was cool learning what UTC (doesn't exactly) stand for.

Even in the Java 7 section, I learned things. For example, I didn't know about Objects.equals() and the new supertype for reflection based Exceptions.

Each chapter ends with hands on exercises. I haven't tried them yet, but doing so is on my to do list.

---
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
 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This book leads you into the new functional Java 8 world in the right steps and coverage. It was one of the first available on this stuff but still complete. I'd like to complement, that the book has the right depth to start into different new areas even with JavaFX, JavaScript (Nashorn) and Concurrency. You feel the deep insights of Cay S. Horstman, who is a professor of computer science, Java Champion and the author of many Core Java (JSF, Scala, C++, Python, OO) books. Just read this book and you know, that there is a new language that actually enables new powerful programming types. Many old and new programs now have to be written differently.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Just in case someone is interested. Here I am trying to solve exercises from the book.

My solutions for the exercises from the book Java SE 8 for the Really Impatient written by Cay S. Horstmann

Comments are welcome!
 
Ranch Hand
Posts: 39
5
Spring Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any reason why the answers to the exercises aren't in the book? Some aren't code based and would be good to see what Cay's answers were.
 
Bartender
Posts: 1464
32
Netbeans IDE C++ Java Windows
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

James Pittendreigh wrote:Any reason why the answers to the exercises aren't in the book? Some aren't code based and would be good to see what Cay's answers were.


Agreed. I'd give this good book 8 out of 10. As an alternative to buying the Tenth Edition of "Core Java," this is a great appendix to the Ninth Edition. It does just what Jeanne says, regarding lambdas and streams. There are a few copy errors, but they are easy to detect and correct on your own (ex: "South" instead of "Bottom" on p.81).

I thought the decision to include a chapter on the Nashorn Javascript engine was curious, but harmless (unless it adds to the population of people who think Java and Javascript are related). The inclusion of Java 7 features "you may have missed" is also a bit odd (did many of us, in fact, miss try-with-resources?). I wonder if those chapters were included to pad what would otherwise have been a 170-page book to over 200 pages, since, at US$39.99, it does cost fully one-third of what a two-volume Core Java edition costs.

Organizationally, it's a bit scattershot (there is actually an entire chapter entitled, "Miscellaneous Goodies" that might have been better named something like, "Additions to the Standard Library"), but it's short enough that this isn't an impediment to finding what you need to read.

When I practiced law in New York, I (like a lot of lawyers) subscribed to publications that were distributed in small ring-binders, with loose-leaf pages. When the law changed, the publishers would send me the pages that needed to be changed, with a list of pages to add and remove (what a Linux user would call, "the diffs"). This was great, because it meant my practice library was always up to date, I never paid for the same page twice, and most of my marginal notes did not need to be transcribed from one whole copy to another whole copy, just because a few pages had changed. I wish someone would publish "Core Java" in that format. This book reminds me a lot of those packages of "diff" pages that kept me up to date with my legal references, and makes a strong case for selling Java references by subscription.

 
I need a new interior decorator. This tiny ad just painted every room in my house purple.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic