- 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.
推薦閱讀
- 深度學習經典案例解析:基于MATLAB
- Magento 2 Theme Design(Second Edition)
- Python GUI Programming Cookbook
- 數據結構習題解析與實驗指導
- SQL Server實用教程(SQL Server 2008版)
- 案例式C語言程序設計實驗指導
- 深入實踐Kotlin元編程
- 微課學人工智能Python編程
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- 算法設計與分析:基于C++編程語言的描述
- 3D Printing Designs:The Sun Puzzle
- Getting Started with hapi.js
- SQL Server 2008實用教程(第3版)
- 信息學奧林匹克競賽初賽精講精練
- Java網絡編程實用精解