Hi I found this method is StringUtils.isBlank()
I'm using JDK 1.8.51 I'm not able to found it there is any jar to download to have it?
thanks
The StringUtils
class is from Apache Commons lang. The latest version is available from Maven Central. You can download it here.