>| 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 those methods??
Yes. calendar, pattern etc. Generally the pattern is the same. but calls to "format" and "parse" change the calendar attribute. Regards Milind --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
