• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

An erratum in errata OCAJP 8 Sybex?

 
Bartender
Posts: 1251
87
Hibernate jQuery Spring MySQL Database Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In the errata table, the error column for Page xli, chapter Intro It says:

#10 – “Reference one points to g1” should be “Reference two points to g2”  I think It's typo, It should be

#10 – “Reference one points to g1” should be “Reference one points to g2”
 
Ganesh Patekar
Bartender
Posts: 1251
87
Hibernate jQuery Spring MySQL Database Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OCAJP 8 Sybex, Answer to Assessment Test, Page no xli, answer of Q.13 on line 3rd where It says  

"Since luck is not less than 10, the second expression, --luck, will be evaluated,"  I think It should be "Since luck is not greater than 10, the second expression, --luck, will be evaluated,"  because we've used > operator here


Source: OCAJP 8 Sybex


 
author & internet detective
Posts: 42145
937
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

Ganesh Patekar wrote:In the errata table, the error column for Page xli, chapter Intro It says:

#10 – “Reference one points to g1” should be “Reference two points to g2”  I think It's typo, It should be

#10 – “Reference one points to g1” should be “Reference one points to g2”


Correct and fixed. (I'm often rushing when posting errata)
 
Jeanne Boyarsky
author & internet detective
Posts: 42145
937
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

Ganesh Patekar wrote:OCAJP 8 Sybex, Answer to Assessment Test, Page no xli, answer of Q.13 on line 3rd where It says  

"Since luck is not less than 10, the second expression, --luck, will be evaluated,"  I think It should be "Since luck is not greater than 10, the second expression, --luck, will be evaluated,"  because we've used > operator here


Agreed and logged
 
Ganesh Patekar
Bartender
Posts: 1251
87
Hibernate jQuery Spring MySQL Database Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you Jeanne
 
reply
    Bookmark Topic Watch Topic
  • New Topic