【多选题】What is true of a module containing a file named module-info.java with the following contents? (Choose all that apply.)module com.food.supplier {}
A.
All packages inside the module are automatically exported.
B.
No packages inside the module are automatically exported.
C.
A main method inside the module can be run.
D.
A main method inside the module cannot be run since the class is not exposed.