Re: On the MQ code snippet

2003-02-13 Thread Zerbe John W
: Pillai Jaideep, App Spec, SCS-SD [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003 2:21 AM To: [EMAIL PROTECTED] Subject: On the MQ code snippet Hi Zerbe, I do not see your concern in the code snippet attached by Urvesh. The JVM guarantees that constructors are thread safe. Your cobcern

On the MQ code snippet

2003-02-12 Thread Pillai Jaideep, App Spec, SCS-SD
Hi Zerbe, I do not see your concern in the code snippet attached by Urvesh. The JVM guarantees that constructors are thread safe. Your cobcern should only apply when the instantiation happens within a method that is not synchronized and hence not thread safe. Thanks, Jaideep.