How do I keep track when class is loaded and destroyed in jvm? Is there any callback method that is exposed by the jvm?
Do you want this information in your application or do you just want to analyse that from the outside? In the latter case you maybe can use VisualVM for that. Maybe your question is related to this one: Loaded classes in VisualVM.