Wednesday, March 16, 2005

[Java] Understanding Network Class Loaders

An excellent article on ClassLoaders. One of the things I did not know:
java -verbose:class class_name
gives you the list of loaded classes with corresponding *.jar and *.class files and their location.

0 Comments:

Post a Comment

<< Home