Computer Science, asked by prudhvirajkalandindi, 4 months ago

The return type of Character .isWhitespace()

Answers

Answered by sushumna47
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