Description
Pearson Core Java For The Impatient by Cay S Horstmann
This book covers all aspects of Java that a modern developer needs to know, including the powerful lambda expressions that have been introduced in Java 8. It also tells how to find out more about old-fashioned concepts that might still be seen in legacy code, but doesn't dwell on them. This book also provides fresh coverage of concurrent programming topics, showing how to use the powerful streams library features in Java 8 instead of tedious and error-prone manual locking.
Salient Features
• A fresh approach to mastering concurrent programming with Java's powerful library features
• Includes a full chapter on the effective use of inheritance and interfaces
• Thoroughly explains how to use Java's powerful, widely-anticipated Lambda expressions
• By Cay Horstmann, co-author of the classic Java best-seller Core Java