Hi,

I heard that  performance of ArrayList is far better than the usage of
Vector because of synchronization usage in Vector. So we can use the
ArrayList wherever synchronization issue is not there. In case of
web-applications where if all multi-threading issues are taken care by a
Stateless EJB, do we need to handle on the helper class level also.

Or in other terms where will it be safer to use the ArrayList in a
typical web-application.

Many Thanks,
-ShriKant

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to