Java java.lang.management ClassLoadingMXBean fields, constructors, methods, implement or subclass

Example usage for Java java.lang.management ClassLoadingMXBean fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.lang.management ClassLoadingMXBean.

The text is from its open source code.

Method

intgetLoadedClassCount()
Returns the number of classes that are currently loaded in the Java virtual machine.
longgetTotalLoadedClassCount()
Returns the total number of classes that have been loaded since the Java virtual machine has started execution.
longgetUnloadedClassCount()
Returns the total number of classes unloaded since the Java virtual machine has started execution.