Ok, I\'m sure that this must exist on here somewhere, but I can\'t seem to find it.
Is there, and if there is what is, a minimum (non-null) String seque
String
There is no minimum length, since you can validly compare two empty strings with "".compareTo("")
"".compareTo("")