Java SE 8 Programmer 1Z0–808 Practice Full Test 1

© examsiri.com
Question : 11 of 84
 
Marks: +1, -0
Given the code fragment: String shirts [][] = new String [2][2];
shirts[0][0] = "red";
shirts [0][1] = "blue";
shirts[1][0] = "small";
shirts [1][1] = "medium";

Which code fragment prints red: blue: small: medium?
Go to Question: