Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 518 Bytes

File metadata and controls

15 lines (8 loc) · 518 Bytes

Errata for Functional Interfaces in Java

On page 7 [Listing 1-9; code]:

The output was written as Hello with a capital H, for this statement, System.out.println(namedSP.process("hello")); However, the NamedStringProcessor class implementation of the process method just returns the String input which you can clearly see is "hello", thus the output should be the same which is hello and not Hello. ]


On page xx [Summary of error]:

Details of error here. Highlight key pieces in bold.