- 3
What is java modules? Can you have a explain it?
Java module
2 Antworten
+ 2
A Java module is a packaging mechanism that enables you to package a Java application or Java API as a separate Java module. A Java module is packaged as a modular JAR file. A Java module can specify which of the Java packages it contains that should be visible to other Java modules which uses this module.
0
Thanq u