Errata

Understanding Java 8 Generics

Errata for Understanding Java 8 Generics

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
4
Generics and Inheritance

List is interface therefore we can not able to create it's Object.

In video it is defined as below

List<String> strings = new List<>();

Note from the Author or Editor:
Correct -- the right hand side should be "new ArrayList<>();"

Prateek Kumar Shaw  Apr 23, 2017