What will be the output?
String str1 = "abcde"; System.out.println(str1.substring(1, 3));
A.abc
B.bc
C.bcd
D.abcd
Answers
Answered by
1
bcd.... im not sure
Similar questions
Science,
7 months ago
Math,
7 months ago
Chemistry,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago
Physics,
1 year ago
Math,
1 year ago