Given this requirement:
Module vehicle depends on module part and makes its com.vehicle package available for all other modules.
Which module-info.java declaration meets the requirement?
Which three initialization statements are correct? (Choose three.)
Given:
executed using this command:
java Myclass My Car is red
What is the output of this class?