classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: StringBuilder


From: Jeroen Frijters
Subject: RE: StringBuilder
Date: Fri, 17 Dec 2004 16:35:35 +0100

Thomas Zander wrote:
> Sorry, I must have misunderstood your previous email saying:
> 
> > > Attached is an example of how StringBuilder could be made 
> > > thread safe and still enable sharing the char[].

Yeah, sorry about that. Thread safe in this case meant that it wouldn't
be possible to cause security problems by using the StringBuilder from
multiple threads, not that it would actually be usuable by multiple
threads (concurrently).

Regards,
Jeroen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]