💦 FULL SET: T//certification/Sybex OCP Java Study Guide - High Quality

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

Sybex OCP Java 8 Study Guide Errata page 567

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello, Java friends!
I think, there is an errata on
Sybex OCP Java 8 Study Guide -> Appendix A Answers To Review Qestions -> Chapter 8: IO -> Question #21 (page 567)
"D is also incorrect because a serialized empty array is not the same as a null pointer. "
should be
"D is also incorrect because a serialized empty arrayList is not the same as a null pointer. "

Original question is on page 450. Option D looks like "private java.util.List<Zebra> friends = new java.util.ArrayList<>();"
 
author & internet detective
Posts: 42204
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 added to the errata. Thanks for noticing that subtle detail!
 
reply
    Bookmark Topic Watch Topic
  • New Topic