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

Errata for Oracle Certified Professional Java SE 8 Programmer II Study Guide (Sybex)

 
Greenhorn
Posts: 5
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,

I finished reading of the book and here are some more errors that I discovered :

Page 139 : In table 3.6, should be

Page 242 :

Leap years are years that are a multiple of 4 or 400 but not other multiples of 100

should be

Leap years are years that are a multiple of 400 or 4 but not other multiples of 100

( multiple of 400 or (multiple of 4 and not multiple of 100)

Page 353 : In table 7.8,

Class Name

should be

Method Name



Page 476 :

The first example deletes the features.txt file in the vulture directory

should be

The first example deletes the feathers.txt file in the vulture directory



Page 544 : #18: the correct answer is : E (not A) because a Statement is not scrollable, the first call to absolute(0) throws a SQLException

Best regards,
Salim
 
author & internet detective
Posts: 41775
887
Eclipse IDE VI Editor Java
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Salim,
Welcome to CodeRanch!

Agreed and added to the errata for the comments for page 139, 353 and 476. For page 544, you are correct. This was already in the errata, but listed under page 572 which is the page on which the answer appears. Have a cow for your attention to detail.

For 242, this is either an English thing or I'm missing your point.

original text wrote: Leap years are years that are a multiple of 4 or 400 but not other multiples of 100


  • 2000 - is a leap year because a multiple of 400
  • 1900 - is not a leap year because not a multiple of 400, but another multiple of 100

  •  
    Salim Rahal
    Greenhorn
    Posts: 5
    1
    • Mark post as helpful
    • send pies
      Number of slices to send:
      Optional 'thank-you' note:
    • Quote
    • Report post to moderator
    Hello Jeanne,

    Thank you for your answers.

    I agree
     
    Where does a nanny get ground to air missles? Protect this tiny ad:
    a bit of art, as a gift, the permaculture playing cards
    https://gardener-gift.com
    reply
      Bookmark Topic Watch Topic
    • New Topic