QuestionQ158
Creating and Using ArraysGiven the code in the App.java file:

Which command prints SE 8 Standard in the console window?
- A java App “SE 8 Standard”
- B java App “SE 8”, “Standard”
- C java App SE 8 Standard
- D java App “SE 8” Standard
Given the code in the App.java file:

Which command prints SE 8 Standard in the console window?
Community Discussion