shabloel shanti wrote:page 1: OCP exam objectives -> handling date, time etc is printed but belongs to chapter 2.
The full objective name here is "Handling date, time, text, numeric and boolean values"
This object is covered in multiple chapters. Chapter 1 covers primitives and wrappers. Chapter 2 covers them more. Chapter 4 covers dates. Etc. A number of objectives are covered in multiple chapters. We explain the material in a way to assist learning and retention. By contrast, our practice
test book has a one to one mapping between objectives and chapters.
shabloel shanti wrote:page 62: p.age = 1400L; in stead of p.age = 1400, as age is a "long". It will compile though.
This isn't wrong. The "L" is optional. It's very common to omit it.