This example help you find whether the char variable's value is having white space or not
This example help you find whether the char variable's value is having white space or notThis tutorial demonstrate how to check white space present in the char variable's value using isWhitespace() method.
public class IsWhiteSpace {
|