R
Q. What is the output of this code?
Code:
String s = "Java";
System.out.println(s.length());
System.out.println(s.length());
- Correct Answer - Option(B)
- Views: 21
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.