Examlex

Solved

What Will Be the Value of Position After the Following

question 56

Multiple Choice

What will be the value of position after the following code is executed? int position;
String str = "The cow jumped over the moon.";
Position = str.indexOf("ov") ;


Definitions:

Related Questions