Vidyalelo
Java Programming · Q27

Strings

Programming · Java Programming · question 27

Q27

What is the result of the expression "Hello".toUpperCase().toLowerCase() in Java?

A.
"Hello"
B.
"HELLO"
C.
"hello"
Answer
D.
None of These

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board