Given the code from the App.java file:
Which command prints SE 8 standard in the console window?
java App ''SE 8'' Standard''
java App ''SE 8 Standard''
java App ''SE 8'' Standard
java App SE 8 Standard
Submit