1Z0-808 Web TestEngine demo

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

Given the fragment:

String[][] arra = new String[3][];

arra[0] = new String[]{"rose", "lily"};

arra[1] = new String[]{"apple", "berry","cherry","grapes"};

arra[0] = new String[]{"beans", "carrot","potato"};

// insert code fragment here

Which code fragment when inserted at line '// insert code fragment here', enables the code to successfully change arra elements to uppercase?

Sign in to mark questions

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

Sign in