1Z0-852 Web TestEngine demo

Exit VCEDump 1Z0-852 Java Standard Edition 6 Programmer Certified Professional Upgrade
Question 8 of 15
0% complete
Q8 Single choice

Given:

23. Object [] myObjects = {
24. new Integer(12),
25. new String("foo"),
26. new Integer(5),
27. new Boolean(true)
28. };
29. Arrays.sort(myObjects);
30. for(int i=0; i<myObjects.length; i++) {
31. System.out.print(myObjects[i].toString());
32. System.out.print(" ");
33. }

What is the result?

Sign in to mark questions

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

Sign in