>| I noticed that SimpleDateFormat is used as a static attribute in some
>| classes. The format and parse methods are not thread safe. I didn't go
>| through the usage, but possibly this could cause problems in
>| multithreaded usage.
>
>Does it use instance parameters that's modified within thos
On Tue, 24 Feb 2004, Milind Rao wrote:
| I noticed that SimpleDateFormat is used as a static attribute in some
| classes. The format and parse methods are not thread safe. I didn't go
| through the usage, but possibly this could cause problems in
| multithreaded usage.
Does it use instance para
I noticed that SimpleDateFormat is used as a static attribute in some classes. The
format and parse
methods are not thread safe. I didn't go through the usage, but possibly this could
cause problems in
multithreaded usage.
Regards
Milind
-