But is name a string constant or is it built by using concatenation (via reading XML via digester or other)? If its the latter, then name is not a string constant.

-Tim

Filip Hanik - Dev Lists wrote:
if String objects are kept in a constants pool, then one would

                   synchronized (name) {
                       clazz = super.findClass(name);
                   }

to allow concurrent loading of different classes,


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to