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

Sybex :Java 8 OCA/OCP Practice Tests Chapter 13 question 4 typo in explanation page 497

 
Ranch Hand
Posts: 216
11
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sybex :Java 8 OCA/OCP Practice Tests Chapter 13 question 4 typo in explanation
page 497

4. B. Java talks about the collections framework, but the Map interface does not actually implement the Collection interface.
TreeMap has different methods than ArrayDeque and TreeSet. It cannot fill in the blank, so Option B is correct.


It should be Map interface does not extends the Collection interface (instead of implements)

by alinvlad05
 
author & internet detective
Posts: 42173
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
Confirmed and logged as errata on Java 8, 11, and 17 books
 
His brain is the size of a cherry pit! About the size of this ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic