I presume this is script from a page? if so, I am guessing that rs is defined somewhere (probably) as a record set or data object, and the assignment (= nothing) is restoring it to an initialized (or empty) state. I also don't know the Java equivalent, but if my conjecture is correct, you...