Advertisements
Advertisements
प्रश्न
Which of the following functions checks whether a character is a blank or not?
पर्याय
Character.isBlankSpace()
Character.isWhiteSpace()
Character.isEmptySpace()
Character.isNull()
MCQ
उत्तर
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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?