Page 1 of 4 Results 1 - 10 of 35

Errata Entries Order by:  Page Number  Reported By  Reported On  Fixed In Build
Pg: 364
Status: Fixed
Fixed in Build: 2.1
Reported On: 2020-06-29
Reported By: dimitrilc
Location: 14.1.4 BiFunction
Old Text:
A BiFunction is ...
New Text:
A BiFunction is ...
Comments:
The description is correct. Only the 'U' is missing in type parameters.
Pg: 80
Status: Fixed
Fixed in Build: 1.16
Reported On: 2020-02-07
Reported By: javiut
Location: 4.3.5 Quiz
Old Text:
Correct answer is B.
New Text:
Correct answer is B and E. Option E is correct because a Java source file contains three parts package declaration, import statements, and type declarations. All of them are optional.
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: 394
Status: Fixed
Fixed in Build: 1.11
Reported On: 2019-11-22
Reported By: -
Location: 16.1.1 What are modules
Old Text:
what-are-modules-jarXmoduleXapplication.png
New Text:

Comments:
Image is missing in build 1.10 only
Pg: 397
Status: Fixed
Fixed in Build: 1.11
Reported On: 2019-11-22
Reported By: -
Location: 16.1.3
Old Text:
directory-structure-of-a-module-moduletestXsrcXdirXstruct.png
New Text:

Comments:
Image is missing in build 1.10 only
Pg: 398
Status: Fixed
Fixed in Build: 1.11
Reported On: 2019-11-22
Reported By: -
Location: 16.2
Old Text:
compiling-a-module-moduletestXaftercompilationXdirXstruct.png
New Text:

Comments:
Image is missing in build 1.10 only
Pg: 402
Status: Fixed
Fixed in Build: 1.11
Reported On: 2019-11-22
Reported By: -
Location: 16.3.1 last para
Old Text:
enabling-access-between-modules-moduletestXdirXstructXtwoXmodules.png
New Text:

Comments:
Image is missing in build 1.10 only
Pg: 206
Status:
Fixed in Build: 1.22
Reported On: 2020-06-04
Reported By: addy12345
Location: 10.1.2 - Returning values of different types from a method - Point 2 Autoboxing/Unboxing
Old Text:
Java allows a return value to be a reference to a wrapper class if the return type is of a primitive type of the same or smaller type. ... The reverse is also allowed:
New Text:
Java allows a return value to be a reference to a wrapper class if the return type is of a primitive type of the same or smaller type. ... The reverse is also allowed but only when the method's return type is a wrapper of the same type as the type of the primitive value being returned -
Comments:

Pg: 138
Status: TBF
Fixed in Build:
Reported On: 2023-09-22
Reported By: Andrius Orlonas
Location: 6.1.6 Operator precedence and evaluation of expressions / Precedence
Old Text:
cast ()
postfix expr++, expr--
New Text:
postfix expr++, expr--
cast ()
Comments:
Cast operator should be below postfix increment and decrement operators.

Page 1 of 4 Results 1 - 10 of 35