Page 4 of 4 Results 31 - 35 of 35

Errata Entries Order by:  Page Number  Reported By  Reported On  Fixed In Build
Pg: 113
Status: Fixed
Fixed in Build: 1.16
Reported On: 2020-01-11
Reported By: nk2164
Location: Point 3
Old Text:
3. If you pass a null, ...
New Text:
3. If you pass a variable pointing to null, ...
Comments:

Pg: 9
Status: Fixed
Fixed in Build: 1.11
Reported On: 2019-11-22
Reported By: -
Location: relation-between-a-class-an-object-and-a-reference-tvXremote.png
Old Text:
relation-between-a-class-an-object-and-a-reference-tvXremote.png
New Text:

Comments:
Image is missing in build 1.10 only
Pg: 329
Status: Fixed
Fixed in Build: 1.11
Reported On: 2019-11-22
Reported By: -
Location: relation-between-a-class-an-object-and-a-reference-tvXremote.png
Old Text:
relation-between-a-class-an-object-and-a-reference-tvXremote.png
New Text:

Comments:
Image is missing in build 1.10 only
Pg: 360
Status: Fixed
Fixed in Build: 1.13
Reported On: 2019-11-23
Reported By: vdomanico
Location: The removeIf method in section 14.1.5
Old Text:
List iList = new List.of(1, 2, 3, 4, 5, 6);
New Text:
List iList = new ArrayList<>(List.of(1, 2, 3, 4, 5, 6));
Comments:

Pg: 5
Status: Fixed
Fixed in Build: 1.8
Reported On: 2019-10-01
Reported By: nk2164
Location: Third last sentence in point 1
Old Text:
For example, an overriding method cannot throw a more generic exception that the one declared by the overridden method.
New Text:
For example, an overriding method cannot throw a more generic exception than the one declared by the overridden method.
Comments:
Change that to than

Page 4 of 4 Results 31 - 35 of 35