I have an object which implements serializable. I then execute a dataobject and created mutliple instances of the serailizable object and stored them in a hashtable. I then put the hashtable in a user session object using the putanyusersession method. I then have a static method that retrieves the object from the hashtable. This consists of about 4 lines of code. Do I need to put the code in a synchronized block? _________________________________________________________________________ To unsubscribe from this mailing list please send an email to: [EMAIL PROTECTED] Please remember to use the same email address you subscribed with. For help in using, subscribing, and unsubscribing to the discussion forums, please go to: http://www.netdynamics.com/support/visitdevfor.html For dire need help, email: [EMAIL PROTECTED]
