Which two statements are true about the modular JDK? (Choose two.) By Singh | January 1, 2023 0 Comment Which two statements are true about the modular JDK? (Choose two.) A. The foundational APIs of the Java SE Platform are found in the java.base module. B. It is possible but undesirable to configure modules’ exports from the command line. C. APIs are deprecated more aggressively because the JDK has been modularized. D. An application must be structured as modules in order to run on the modular JDK. Correct Answer: A,B