- Modular Programming in Java 9
- Koushik Kothagal
- 86字
- 2021-07-02 18:38:19
Java 9 modules
When writing an application in Java 9, you are ideally creating a modular application. It's important to note that a modular Java application isn't just a regular Java application (like those we've been building all these years) with just an extra module feature thrown in. It actually calls for a completely new way of thinking about writing and structuring your code base. Before we get into creating Java 9 modules, let's do a quick recap of the traditional Java code structure pre-Java 9.
推薦閱讀
- Learning Neo4j
- Mastering AWS Lambda
- React Native Cookbook
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- 琢石成器:Windows環境下32位匯編語言程序設計
- Python數據分析從0到1
- Ext JS 4 Web Application Development Cookbook
- 大模型RAG實戰:RAG原理、應用與系統構建
- H5頁面設計:Mugeda版(微課版)
- 小學生C++創意編程(視頻教學版)
- NetBeans IDE 8 Cookbook
- OpenCV 4計算機視覺項目實戰(原書第2版)
- Advanced Express Web Application Development
- 深度探索Go語言:對象模型與runtime的原理特性及應用
- JSP程序設計與案例實戰(慕課版)