A
Q. What will this print?
String s = "Java";
System.out.println(s.charAt(2));
- Correct Answer - Option(C)
- Views: 2
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.