Question 36 of 76 from exam 1Z0-808: Java SE 8 Programmer I

Question 36 of 76 from exam 1Z0-808: Java SE 8 Programmer I

Question

Given the code fragment:

7. StringBuilder sbl = new StringBuilder ("Duke");
8. String strl = sbl.tostring();

9. // insert code here

10. System. out. print (str1

str2);

Which code fragment, when inserted at line 9, enables the code to print true?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

B.