List of utility methods to do String Array Check
for (String s : strings) { if (isEmpty(s)) { return true; return false;