Which two statements are true about the modular JDK? (Choose two.) By Singh | December 31, 2022 0 Comment Which two statements are true about the modular JDK? (Choose two.) A. It is possible but undesirable to configure modules’ exports from the command line. B. The foundational APIs of the Java SE Platform are found in the java.base module. 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