- Java EE 8 and Angular
- Prashant Padmanabhan
- 130字
- 2021-07-02 19:22:31
Overview of Java SE 8
One of the goals of Java EE 8 was better alignment with Java SE 8. SE 8 was a major update; it was released in March 2014 and brought with it some major changes to the language and APIs. Lambdas, streams, default methods, and functional-style programming were introduced and were the highlights of the release. With these capabilities, the method of writing code was no longer going to be the same. A few other noteworthy additions in this release were optionals, repeating annotations, the date/time APIs, type annotations, and CompletableFutures.
If you would like to dig deeper into this release, then considering reading a book specific to Java 8. Here, we will cover just enough for getting to grips with some of the language features.
推薦閱讀
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- Debian 7:System Administration Best Practices
- Vue.js 3.0源碼解析(微課視頻版)
- TypeScript實戰指南
- Mastering Apache Spark 2.x(Second Edition)
- 零基礎輕松學SQL Server 2016
- 從零開始學Linux編程
- Python從入門到精通
- Java SE實踐教程
- Julia for Data Science
- Geospatial Development By Example with Python
- Python計算機視覺和自然語言處理
- Machine Learning for OpenCV
- 現代CPU性能分析與優化
- Keil Cx51 V7.0單片機高級語言編程與μVision2應用實踐