1Z0-808 Web TestEngine demo

Exit VCEDump 1Z0-808 Java SE 8 Programmer I
Question 17 of 58
0% complete
Q17 Single choice

Given:

public class Test {

public static void main(String[] args) {

try {

String[] arr =new String[4];

arr[1] = "Unix";

arr[2] = "Linux";

arr[3] = "Solarios";

for (String var : arr) {

System.out.print(var + " ");

}

}
catch(Exception e) {

System.out.print (e.getClass());

}

}

}

What is the result?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in