• 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

Errata for OCPJP Java 8 Jeanne Boyarsky

 
Greenhorn
Posts: 13
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In chapter 4, "Peeking behind the scenes" in the second paragraph it says that "The source is an infinite stream of odd numbers", but the source is just an infinite stream of numbers.
 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Correct. Thank you for pointing this out. I've added it to the errata and cited you.
 
Mihaela Hetea
Greenhorn
Posts: 13
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In Chapter 9 NIO.2, "Changing a File Location with move()", the second Path object of


should have the name of the file addresses2.txt, according to the explanation:
"The second example moves the addresses.txt file from the directory user to the directory zoo-new, and it renames it to addresses2.txt.
 
Jeanne Boyarsky
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Mihaela Hetea wrote:In Chapter 9 NIO.2, "Changing a File Location with move()", the second Path object of


should have the name of the file addresses2.txt, according to the explanation:
"The second example moves the addresses.txt file from the directory user to the directory zoo-new, and it renames it to addresses2.txt.


Missed this one. Agreed and logged from here
 
Ranch Hand
Posts: 74
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

In chapter 4, "Peeking behind the scenes" in the second paragraph it says that "The source is an infinite stream of odd numbers", but the source is just an infinite stream of numbers.


same page, but last paragraph, same error:

The source is still an infinite stream of odd numbers.

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic