Which of the following keywords may occur multiple times in a Java source file?
Select 4 options
Click to view the answer
Correct Options are : A B C E
There can be at most one package statement in a Java source file and it must be the first statement in the file.