
The explanation said:
Who maintains the JDK modules? Is it Oracle? Are JDK modules consistent across different implementors(OpenJDK, OracleJDK, Amazon Corretto ...)?The modular structure of the JDK implements the following principles:
1. Standard modules, whose specifications are governed by the JCP, have names starting with the string "java.".
2. All other modules are merely part of the JDK, and have names starting with the string "jdk.".