Returns the name representing this memory manager.
Returns:
the name of this memory manager.
method:isValid() [NONE]
isValid
booleanisValid()
Tests if this memory manager is valid in the Java virtual machine. A memory manager becomes invalid once the Java virtual machine removes it from the memory system.
Returns:
true if the memory manager is valid in the Java virtual machine; false otherwise.