This leads to a new question...

What impact does synchronization have on Web applications? Where is it
necessary?

> From: "Tim O'Neil" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Mon, 23 Apr 2001 13:03:25 -0700
> To: [EMAIL PROTECTED]
> Subject: Re: ArrayList vs. Vector
> 
> At 03:59 PM 4/23/2001 -0400, you wrote:
>> Vectors are thread safe, by default ArrayLists aren't.
> 
> But its a fairly trivial matter use an Collection interface
> that has a synchronized method to do an operation where
> synchronizing is desired.
> 

Reply via email to