Modern Java in Action, 2nd Edition
- Length: 550 pages
- Edition: 2
- Language: English
- Publisher: Manning Publications
- Publication Date: 2018-11-06
- ISBN-10: 1617293563
- ISBN-13: 9781617293566
- Sales Rank: #84436 (See Top 100 Books)
Modern Java in Action: Lambda, streams, functional and reactive programming
Manning’s bestselling Java 8 book has been revised for Java 9! In Modern Java in Action, readers build on their existing Java language skills with the newest features and techniques.
The release of Java 9 builds on what made Java 8 so exciting. In addition to Java 8’s lambdas and streams, Java 9 adds a host of new features of its own. It includes new library features to support reactive programming, which give users new ways of thinking about programming and writing code that is easier to read and maintain.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
Table of Contents
Part 1 Fundamentals
Chapter 1 Java 8, 9, 10, And 11: What S Happening
Chapter 2 Passing Code With Behavior Parameterization
Chapter 3 Lambda Expressions
Part 2 Functional-style data processing with streams
Chapter 4 Introducing Streams
Chapter 5 Working With Streams
Chapter 6 Collecting Data With Streams
Chapter 7 Parallel Data Processing And Performance
Part 3 Effective programming with streams and lambdas
Chapter 8 Collection Api Enhancements
Chapter 9 Refactoring, Testing, And Debugging
Chapter 10 Domain-Specific Languages Using Lambdas
Part 4 Everyday Java
Chapter 11 Using Optional As A Better Alternative To Null
Chapter 12 New Date And Time Api
Chapter 13 Default Methods
Chapter 14 The Java Module System
Part 5 Enhanced Java concurrency
Chapter 15 Concepts Behind Completablefuture And Reactive Programming
Chapter 16 Completablefuture: Composable Asynchronous Programming
Chapter 17 Reactive Programming
Part 6 Functional programming and future Java evolution
Chapter 18 Thinking Functionally
Chapter 19 Functional Programming Techniques
Chapter 20 Blending Oop And Fp: Comparing Java And Scala
Chapter 21 Conclusions And Where Next For Java
Appendix A Miscellaneous language updates
Appendix B Miscellaneous library updates
Appendix C Performing multiple operations in parallel on a stream
Appendix D Lambdas and JVM bytecode