Possible Duplicate:
Does setting Java objects to null do anything anymore?
Will dereferncing the unused object(assigning with null) increase performance in lengthy methods? If it increase, is there is any thumb rule for deciding when to assign null. since this requires an extra step in the code.