Re: Re[4]: java.util.Date

2002-11-06 Thread Antoni Reus
Hi, A Dimecres 06 Novembre 2002 22:31, Kris Schneider va escriure: > Apologies if I'm misinterpreting, but I think Antoni's concern is that the > SimpleDateFormat's parse and format methods are not thread-safe. The > creation of the converters and their registration can obviously be > accomplished

Re: Re[4]: java.util.Date

2002-11-06 Thread Antoni Reus
A Dimecres 06 Novembre 2002 22:19, Rick Reumann va escriure: > On Wednesday, November 6, 2002, 4:05:45 PM, Antoni wrote: > > AR> Hi, I don't speak english very very well, so this is a bit > AR> difficult for me to explain, but I'll try ;-) > > No problem. Most American's don't speak Engli

Re: Re[4]: java.util.Date

2002-11-06 Thread Kris Schneider
Apologies if I'm misinterpreting, but I think Antoni's concern is that the SimpleDateFormat's parse and format methods are not thread-safe. The creation of the converters and their registration can obviously be accomplished in a thread-safe manner, but if multiple threads call into parse and/or