"adrian(a)jboss.org" wrote :
| The second parameter in Class.forName() is the same as resolve.
| ClassLoader.loadClass() is the same as Class.forName(name, false, classLoader)
| except it also loads array classes in JDK7+, they both did before.
|
OK, that's what I thought.
Got confused somewhere along the way with that red herring true. ;-)
JDK7? Or 6, right?
"adrian(a)jboss.org" wrote :
| is a red herring.
|
http://en.wikipedia.org/wiki/Red_herring :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119132#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...