• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Sybex 816 Java OCP 11 Programmer II Study Guide page 163 autoboxed => unboxed

 
Greenhorn
Posts: 13
1
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
On page 163 in Exam Essentials, the part Use autoboxing and unboxing ends with Character is autoboxed into char . This should be  Character is unboxed into char
 
Marshal
Posts: 80661
478
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I presume you have checked the errata. Yes, that looks like a genuine typo.
 
Jos Roseboom
Greenhorn
Posts: 13
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, I did check it (https://www.selikoff.net/ocp11-2/) . Not mentioned there.
 
Ranch Hand
Posts: 34
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think I had found the similar issue on page 201 of the OCP I book before.
The response I've received was:

Jeanne Boyarsky wrote: (...) We meant autoboxing as a more general term here. Like "boxing and unboxing". (...)


reply
    Bookmark Topic Watch Topic
  • New Topic