Advertisements
Advertisements
Question
Which of the following functions checks whether a character is a blank or not?
Options
Character.isBlankSpace()
Character.isWhiteSpace()
Character.isEmptySpace()
Character.isNull()
MCQ
Solution
Character.isWhiteSpace()
Explanation:
The Character.isWhitespace() function in Java determines if a given character is a whitespace character (e.g., spaces, tabs, newlines). It is used to determine whether a character is in the set of whitespace characters.
shaalaa.com
Is there an error in this question or solution?