The return type of Character .isWhitespace()
Answers
Answered by
2
Answer:
The isWhitespace(char ch) method returns a Boolean value, i.e., true if the given(or specified) character is a Java white space character. Otherwise, this method returns false.
Similar questions