What is the return type and function of isUppercase (),toUppercase ()? In JDK.
Answers
Answered by
1
The return type is Boolean for both.
TThe function of isUpperCase () is used to check whether a character is in upper case or not.
The function of toUpperCase () is used to convert a character in upper case.
Simple
TThe function of isUpperCase () is used to check whether a character is in upper case or not.
The function of toUpperCase () is used to convert a character in upper case.
Simple
Answered by
0
The return type is Boolean for both.
UpperCase () = to check whether a character is in upper case or not.
UpperCase () = to convert a character in upper case.
UpperCase () = to check whether a character is in upper case or not.
UpperCase () = to convert a character in upper case.
Similar questions