By saying 'if a class can be synchronized...' if you meant if a class member i.e., a static member can be synchronized then the answer is Yes. You just need to acquire lock on the Class object of the associated
Java class.
Cheers,
Rohit
[ August 27, 2008: Message edited by: Bear Bibeault ]