K
Q. What is the output of the following code snippet?
Code:
String s1 = “Hello”;
System.out.println(sA)toLowerCase());
System.out.println(sA)toLowerCase());
- Correct Answer - Option(A)
- Views: 197
- Filed under category JAVA
Discusssion
Login to discuss.