- Modular Programming in Java 9
- Koushik Kothagal
- 112字
- 2021-07-02 18:38:22
Summary
In this chapter, you have learned what the bare minimum steps to creating a Java 9 module are. You've created a simple module from scratch, as well as compiled and executed code in the module. You've also learned about a few possible error scenarios and how to handle them.
There is something missing though! Since we are dealing with a single module, we are not really leveraging the concepts of modularity here. The concepts of modularity come into play only when we have multiple modules interacting with each other. You'll see just that in action in the next chapter when you create your second Java module and set up inter-module dependency!
推薦閱讀
- 深入理解Bootstrap
- Python機器學習:數據分析與評分卡建模(微課版)
- 看透JavaScript:原理、方法與實踐
- 深入淺出Windows API程序設計:編程基礎篇
- Java虛擬機字節碼:從入門到實戰
- C++從入門到精通(第5版)
- 后臺開發:核心技術與應用實踐
- 軟件體系結構
- Swift語言實戰晉級
- IPython Interactive Computing and Visualization Cookbook
- WCF技術剖析(卷1)
- Xamarin Cross-Platform Development Cookbook
- Android高級開發實戰:UI、NDK與安全
- Java EE 7 Development with WildFly
- IBM DB2 9.7 Advanced Application Developer Cookbook