It is important sometimes to check a string and make sure that it does contain a white space (e.g. space, new line, tab, etc ...).
Located in
Computing
/
Programming
/
Java
It is sometimes not practical to work out a string object immediately before validating if it is null or not
Located in
Computing
/
Programming
/
Java