Which two statements are correct about modules in Java? (Choose two.) By Singh | January 7, 2023 0 Comment Which two statements are correct about modules in Java? (Choose two.) A. A module must be declared in module-info.java file. B. java.base exports all of the Java platforms core packages. C. module-info.java can be placed in any folder inside module-path. D. By default, modules can access each other as long as they run in the same folder. E. module-info.java cannot be empty. Correct Answer: A,B