Q27
What is the result of the expression "Hello".toUpperCase().toLowerCase() in Java?
A.
"Hello"
B.
"HELLO"
C.
"hello"
AnswerD.
None of These
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board