- 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.
推薦閱讀
- Modular Programming with Python
- 樂學Web編程:網站制作不神秘
- BeagleBone Media Center
- HTML5+CSS3網站設計基礎教程
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Learning R for Geospatial Analysis
- 細說Python編程:從入門到科學計算
- 零代碼實戰:企業級應用搭建與案例詳解
- 單片機原理及應用技術
- 愛上C語言:C KISS
- Microsoft XNA 4.0 Game Development Cookbook
- 3D Printing Designs:Design an SD Card Holder
- Internet of Things with Arduino Cookbook
- Java EE 程序設計
- PhoneGap 3.x Mobile Application Development Hotshot