StringUtils.isBlank(null); //trueStringUtils.isBlank(""); //trueStringUtils.isBlank(" "); //trueStringUtils.isBlank("abc"); //false