- Java 9 Programming Blueprints
- Jason Lee
- 264字
- 2021-07-02 18:56:29
Summary
In this chapter, we've taken a quick look at some of the great new features in Java 8, including lambdas, streams, the new date/time package, and default methods. From Java 9, we took a quick look at the Java Platform Module System and Project Jigsaw, the process handling APIs, the new concurrency changes, and the new Java REPL. For each, we've discussed the what and why, and looked at some examples of how these might affect the systems we write. We've also taken a look at the types of project we'll be building throughout the book and the tools we'll be using.
Before we move on, I'd like to restate an earlier point--every software project is different, so it is not possible to write this book in such a way that you can simply copy and paste large swathes of code into your project. Similarly, every developer writes code differently; the way I structure my code may be vastly different from yours. It is important, then, that you keep that in mind when reading this book and not get hung up on the details. The purpose here is not to show you the one right way to use these APIs, but to give you an example that you can look at to get a better sense of how they might be used. Learn what you can from each example, modify things as you see fit, and go build something amazing.
With all of that said, let's turn our attention to our first project, the Process Manager, and the new process handling APIs.
- AngularJS深度剖析與最佳實踐
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- Learning Modular Java Programming
- Machine Learning for OpenCV
- Application Development with Parse using iOS SDK
- Applied Deep Learning with Python
- Java并發實現原理:JDK源碼剖析
- 游戲設計的底層邏輯
- Learn Linux Quickly
- Learning Ionic(Second Edition)
- 趣味掌控板編程
- iOS應用逆向工程:分析與實戰
- The C++ Workshop
- Xamarin Mobile Application Development for iOS