Welcome to the Ranch

Jeroen Steenbeeke wrote:. . . question 71 . . . states that a package must always come first in a Java file, making option B incorrect. . . .
B allows you to put the line with the
/* comment */ first. Since comments are ignored by the compiler, yes, you are correct: option B is right.
No,
Set<Boolean, Character> looks incorrect, assuming that
Set means the same as
this type. I think you are correct there.
I am not quite sure about Q75; the primitive types are not “small” and “large”, but “narrow” and “wide”. Yes,
float→double is arranged in order from narrow to wide. The question does have
B, F as its solution, so the error is not in how it is written, but how it was programmed into the website.