Manning's bestselling Java 8 book has been revised for Java 9! In Java 8 and 9 in Action, you'll build on your existing Java language skills with the newest features and techniques. After a practical introduction to lambdas using real-world Java code, you'll dive into the Streams API. Next, you'll discover event-driven reactive programming and see how the Java Module System (ak...
Manning's bestselling Java 8 book has been revised for Java 9! In Java 8 and 9 in Action, you'll build on your existing Java language skills with the newest features and techniques. After a practical introduction to lambdas using real-world Java code, you'll dive into the Streams API. Next, you'll discover event-driven reactive programming and see how the Java Module System (aka Jigsaw) will help change how you structure your code. This book also explains functional programming in Java, working with collections, and more.
"This is an excellent introduction to the newest features in Java 8 and 9. It provides clear and concise examples to help clarify how to use Java's newest features such as streams, lambda functions, and reactive streams."
~ Meredith Godar
"Hands on Java 8 and 9, simple and elegantly explained."
~ Deepak Bhaskaran
作者简介
· · · · · ·
Raoul-Gabriel Urma is CEO and co-founder of Cambridge Spark, a leading learning community for data scientists and developers in UK. In addition, he is also Chairman and co-founder of Cambridge Coding Academy, a growing community of young coders and pre-university students. Raoul is author of the bestselling programming book "Java 8 in Action" which sold over 20,000 copies globa...
Raoul-Gabriel Urma is CEO and co-founder of Cambridge Spark, a leading learning community for data scientists and developers in UK. In addition, he is also Chairman and co-founder of Cambridge Coding Academy, a growing community of young coders and pre-university students. Raoul is author of the bestselling programming book "Java 8 in Action" which sold over 20,000 copies globally. Raoul completed a PhD in Computer Science at the University of Cambridge. In addition, he holds a MEng in Computer Science from Imperial College London and graduated with first class honours having won several prizes for technical innovation. Raoul has delivered over 100 technical talks at international conferences. He has worked for Google, eBay, Oracle, and Goldman Sachs. He is also a Fellow of the Royal Society of Arts.
Mario Fusco is a senior software engineer at Red Hat working on Drools, the JBoss rule engine. He created the open source library lambdaj, an internal Java DSL for manipulating collections in a functional way.
Alan Mycroft is Professor of Computer Science at the University of Cambridge, where he researches programming languages, their semantics, optimization and implementation. He is a co-founder and Trustee of the Raspberry Pi Foundation.
In fact, using synchronized across multiple processing cores is far more expensive than we often expect, because synchronization forces code to execute sequentially, which works against the goal of parallelism. (查看原文)
0 有用 拾一 2019-07-24 05:24:30
除了介绍了Java 8中的Lambda,Optional, Stream,本书对于理解响应式编程和和函数式编程非常有帮助,下一步可以考虑看一下响应式框架 Vert.x 和 RxJava
0 有用 wltan 2022-03-22 00:16:05
java最近更新的太快了,需要有一本这样的书整体梳理一下。
0 有用 不精分枉少年 2019-08-25 22:08:11
函数式编程讲得很透彻,不过讲scala的部分有点过时了。基本上还是依靠java8的stream和functional展开了书的内容。侧重点在语言规范,其他的诸如concurrenthashmap重写这种细节根本就没找到……
0 有用 云淡风轻 2022-12-25 21:18:14 北京
对新版本 Java (虽然在这个奔着 Java 20 去的年代也不新了。。)的新功能做了很好的梳理介绍,值得速读一遍
0 有用 liuml07 2020-07-06 10:22:27
写得很好,由浅入深,例子生动,探讨比较多种思路。Java确实在变得更好用,与时俱进。