[Java] Understanding Network Class Loaders
An excellent article on ClassLoaders. One of the things I did not know:
gives you the list of loaded classes with corresponding *.jar and *.class files and their location.
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