- Modular Programming in Java 9
- Koushik Kothagal
- 157字
- 2021-07-02 18:38:24
Summary
In this chapter, we've created a second Java module and established inter-module dependency. We learned how to set up requires and exports in module definition files. With two modules, we are finally able to see the modularity features that attempt to solve some of the problems in code organization and management that we've discussed in Chapter 1, Introducing Java 9 Modularity.
Now that we have a basic understanding of how to create Java 9 modules and use them in other modules, let's focus our attention to the platform itself. Java 9 not only comes with the module system that's meant for developers to use in order to create modules, it also comes with a completely revamped JRE and JDK that are themselves modularized. In the next chapter, you'll learn about the modularization of the platform, how it affects developers, and how it is, in a way, essential for bringing in modularity support into the Java language.
- Java程序設計(慕課版)
- JavaScript高效圖形編程
- Maven Build Customization
- Linux環境編程:從應用到內核
- Visual Basic程序設計與應用實踐教程
- Hands-On Automation Testing with Java for Beginners
- Odoo 10 Implementation Cookbook
- Illustrator CC平面設計實戰從入門到精通(視頻自學全彩版)
- 從Power BI到Analysis Services:企業級數據分析實戰
- AMP:Building Accelerated Mobile Pages
- Python Social Media Analytics
- Docker on Windows
- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- C語言程序設計
- Learning Swift