1Z0-852 Web TestEngine demo

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

Given:

5. import java.util.Date;
6. import java.text.DateFormat;

21. DateFormat df
22. Date date = new Date();
23. // insert code here
24. String s = df.format(date);

Which code fragment, inserted at line 23, allows the code to compile?

Sign in to mark questions

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

Sign in