Computer Applications
The return type of the toLowerCase() method is …………… .
- int
- boolean
- char
- String
Java Library Classes
2 Likes
Answer
char
Reason — The return type of the toLowerCase() method is char as it converts the given character argument into lower case.
Answered By
1 Like
Related Questions
Which of the following is a composite data type?
- int
- float
- char
- String
The return type of the isLowerCase() method is …………… .
- int
- boolean
- char
- String
The value returned by Integer.parseInt("-321") is …………… .
- -321
- 321
- 321.0
- "321"
Name the method that can convert a string into its integer equivalent.
- Integer.parseInteger()
- Integer.getInt()
- Integer.parseInt()
- Integer.readInt()