Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dennismichel

    Vector vs ArrayList

    Hi I have a jsp application. In this program, each user may make simultaneous purchases. So I need a way to store several itens. I chose to use a Vector, but I read that's better to use ArrayList, because it's faster than Vector. In this situation, what should I use? Thank's dennis
  2. dennismichel

    Is it good to set null to all variables?

    Hi I have a jsp based application. I'd like to know if it's good practice to set all variables to null, after using. I read that it helps the garbage collector to determine unused variables. I have several variables such as String, arrays, vectors and arraylists. I set to null only the vectors...

Part and Inventory Search

Back
Top