What is the datatype that following library functions return
a. isWhiteSpace(char)
b. isUpperCase()
C. equalsIgnoreCase()
d. trim()
Answers
Answered by
1
Answer:
a.boolean
b.boolean
c.boolean
d.
Answered by
2
Explanation:
the return type of the functions would be as follows:
a)-boolean
b)-boolean
c)-boolean
d)-string
Similar questions