- 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 LibGDX Game Development(Second Edition)
- SQL Server 從入門到項(xiàng)目實(shí)踐(超值版)
- 從零開(kāi)始:數(shù)字圖像處理的編程基礎(chǔ)與應(yīng)用
- Learning Apex Programming
- Data Analysis with Stata
- 程序是怎樣跑起來(lái)的(第3版)
- The DevOps 2.5 Toolkit
- Building RESTful Python Web Services
- 從零開(kāi)始學(xué)C語(yǔ)言
- 微信小程序開(kāi)發(fā)與實(shí)戰(zhàn)(微課版)
- Go語(yǔ)言底層原理剖析
- R Data Science Essentials
- C++程序設(shè)計(jì)
- OpenCV Android Programming By Example
- Web前端開(kāi)發(fā)最佳實(shí)踐