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