KnowledgeBoat Logo
|

Computer Applications

The return type of the toLowerCase() method is …………… .

  1. int
  2. boolean
  3. char
  4. 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