QuestionQ82
Java BasicsGiven this code snippet from a compiled Java source file:

and this output:

Which command should be run to produce this output?
- A java MyFile 2
- B java MyFile 1 2 3 4
- C java MyFile 1 2 2
- D java MyFile 2 2
Given this code snippet from a compiled Java source file:

and this output:

Which command should be run to produce this output?
Community Discussion