Posted: Thu Oct 09, 2008 9:07 pm Post subject: RE:Doing if-and-else with String variables
Which is exactly the point; Now you get a false return on a null String instead of plugging in additional code for a nullity test and/or exception handling. It's a defensive programming technique.