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 gkittelson 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. Elleri

    Storing stuff in Vectors

    Greetings all, I have another question. I'm working on building a vector and everytime I add another item, it replaces all the items in the vector with that item, so all prior additions are replaced. I'm using this: customerList.addElement(cust2); where customerList is my vector, and cust2 is...
  2. Elleri

    String and StringBuffer conversions

    What would be the best way to convert string concatenations to stringbuffer appends. I know if has a performance impact overall. For example, I want to output to the user: The count was somenumber. Here's my line System.out.println ("The count was " + countvariable +...

Part and Inventory Search

Back
Top