Example usage for Java java.lang.management ClassLoadingMXBean fields, constructors, methods, implement or subclass
The text is from its open source code.
int | getLoadedClassCount() Returns the number of classes that are currently loaded in the Java virtual machine. |
long | getTotalLoadedClassCount() Returns the total number of classes that have been loaded since the Java virtual machine has started execution. |
long | getUnloadedClassCount() Returns the total number of classes unloaded since the Java virtual machine has started execution. |