Activity for david hochhauser

  • david hochhauser david hochhauser posted a comment on discussion jTDS Developer

    I noticed in a number of places, most notably JtdsStatement, the code is calling new Integer(), instead of Integer.valueOf(). Integer.valueOf() uses a cache, so it can be more memory efficient. Is there any reason to not change some of the places where it’s appropriate? Thanks

1