• 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:

Errata OCP Java SE 11 Programmer II Study Guide (Sybex Ch 4 - p.227) from Jeanne boyarsky and Scott

 
Greenhorn
Posts: 24
Oracle Tomcat Server
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The following paragraph is taken from OCP Java  SE 11 Programmer II Study Guide (Sybex Ch 4 - p.227) from Jeanne boyarsky and Scott Selikoff

The second last line says

These collectors are available via static methods on the Collectors interface.



is should be


These collectors are available via static methods on the Collectors class.




Muhammad Shah
https://www.youtube.com/channel/UCZC5KfHgb_nQVedKY0MMhLw?view_as=subscriber
 
Marshal
Posts: 80634
471
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, that is correct and I didn't find it in the errata. thank you for providing enough information to find the book and page easily.
 
author & internet detective
Posts: 42135
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
Added to errata. Thank you.
 
reply
    Bookmark Topic Watch Topic
  • New Topic