A
Q. Identify the output of the following program.
Code:
String str = “Hellow”;
System.out.println(str.indexOf(‘t));
System.out.println(str.indexOf(‘t));
- Correct Answer - Option(D)
- Views: 11
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.