Suppose file 1 contains
Package media.records;
Public class Labels{...}
Class Check {...}
And file 2 contains
Package media.records;
Public class Length{...}
Class Review{...}
A, are the check class and the review class in the same package
B, what is the name of file 1?
C,what is the name of file 2?
D, what is the name of the directory that contains the two files?
E,what is the directory in part D a subdirectory of?