Multiple Choice
What is the value of str after the following code has been executed?
String str;
String sourceStr = "Hey diddle, diddle, the cat and the fiddle";
Str = sourceStr.substring(12,17) ;
A) diddle
B) diddl
C) , didd
D) Iddle
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: This is the process of converting a
Q5: Look at the following code. Integer myNumber;<br>MyNumber
Q6: To convert the double variable, d =
Q8: The process of breaking a string down
Q9: To convert the string, str = "285.74"
Q10: Look at the following code: Integer myNumber
Q11: What will be the value of matches
Q12: What is the term used for the
Q30: The term _ commonly is used to
Q53: Which of the following statements will print