In Java 1.6, the String class has a new method isEmpty
There is also the Jakarta commons library, which has the isBlank method. Blank is defined as a string that contains only whitespace.
|
2 |
|
|
|
1 |
|
|