- 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!
推薦閱讀
- 新編Visual Basic程序設計上機實驗教程
- WebAssembly實戰
- Java程序設計與實踐教程(第2版)
- 算法訓練營:提高篇(全彩版)
- PhoneGap:Beginner's Guide(Third Edition)
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(入門與提高篇)
- Quantum Computing and Blockchain in Business
- OpenCV with Python Blueprints
- MyBatis 3源碼深度解析
- MySQL 8從零開始學(視頻教學版)
- STM8實戰
- 零基礎C#學習筆記
- Docker:容器與容器云(第2版)
- Python編程入門(第3版)
- Visual C++程序設計全程指南