A
Q. Identify the output of the following program
Code:
String str = “abcde”;
System.out.println(str.substring(1, 3));
System.out.println(str.substring(1, 3));
- Correct Answer - Option(B)
- Views: 2
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.