Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

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

 
Ranch Hand
Posts: 215
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: 41964
911
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
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic