Win a copy of Getting started with Java on the Raspberry Pi this week in the Raspberry Pi forum!
  • 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Jeanne Boyarsky
Sheriffs:
  • Rob Spoor
  • Devaka Cooray
  • Liutauras Vilda
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Piet Souris

OCP Java SE 8 Programmer II - Errata (Sybex)

 
Greenhorn
Posts: 10
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Page 489:
First paragraph after the code example, first sentence: "with a java extension" should be a "with a .java extension."
On page 491, the paragraph before "Listing Directory Contents" section, first sentence, has similar wording and it has the '.' character.

Page 535:
"Dealing with Exceptions" section, first line of the code example:
notice the space at the begining of the url, should be:

The second line of the code example:
notice the space and double-quote, should be:


Page 604:
Last paragraph, "object for January 31, 1984" should be "object for July 4, 2015"

Page 633:
Exam Essentials section, second paragraph, "0b and 0b." should be "0b and 0B."

Page 645:
Answer #6, "therefore line 6 will" should be: "therefore line 7 will"
 
author & internet detective
Posts: 41763
885
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

Marc-André Parent wrote:Page 489:
First paragraph after the code example, first sentence: "with a java extension" should be a "with a .java extension."


Agreed. I added it to our private list since it is so small (and not syntax)

Marc-André Parent wrote:
Page 535:
"Dealing with Exceptions" section, first line of the code example:
notice the space at the begining of the url, should be:


The second line of the code example:
notice the space and double-quote, should be:


Agreed and added both to our errata. Good eye!

Marc-André Parent wrote:
Page 604:
Last paragraph, "object for January 31, 1984" should be "object for July 4, 2015"


Confirmed and added to the errata.

Marc-André Parent wrote:
Page 633:
Exam Essentials section, second paragraph, "0b and 0b." should be "0b and 0B."


Confirmed and added to the errata.

Marc-André Parent wrote:
Page 645:
Answer #6, "therefore line 6 will" should be: "therefore line 7 will"


Confirmed and added to the errata.
 
reply
    Bookmark Topic Watch Topic
  • New Topic