A
Q. What is the output of the following code snippet?
Code:
String s1 = “Hello”;
System.out.println(sA)substring(1, 3));
System.out.println(sA)substring(1, 3));
- Correct Answer - Option(A)
- Views: 23
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.