Multiple choice _________ must be the first statement of Java source file (except comment statements). Class Package Interface Main method Reveal answer Fill a bubble to check yourself B Correct answer Explanation According to Java language specifications, if a package statement is used, it must be the first non-comment statement in the source file.