- 3

What is java modules? Can you have a explain it?

Java module

19th May 2021, 5:40 PM
Bonigi Bhargava Kumar
Bonigi Bhargava Kumar - avatar
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.
20th May 2021, 4:11 AM
NEZ
NEZ - avatar
0
Thanq u
20th May 2021, 4:25 AM
Bonigi Bhargava Kumar
Bonigi Bhargava Kumar - avatar