Examlex

Solved

What Is the Value of Str After the Following Code

question 7

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) ;


Definitions:

Related Questions