• 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
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Sybex OCP Java 8 Study Guide Chapter 8 p 434 and 439

 
Greenhorn
Posts: 13
4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Chapter 8 on the IO APIs makes several references on page 434 and 439 to the String.format method, and points to Chapter 5 for further details. But I wasn't able to find these details...
Are the format method and formatting string syntax part of the exam ?

Thanks
 
author & internet detective
Posts: 41775
887
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
Good catch. Formatting details are not on the exam. You should know the format method exists on IO, but not the format.

In case you are wondering how such a "random" reference happened:
The details for formatting Strings are on the OCPJP 7, but not the OCPJP 8. In order to get to market so quickly, we started writing the book based on the Java 7 objectives and then went back and removed text for sections that weren't on the Java 8 exam. So we removed it from Chapter 5 (where it is out of scope) and missed removing the back reference.
 
I'm not dead! I feel happy! I'd like to go for a walk! I'll even read a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic