Possible Duplicate:
Unloading classes in java?
public class MyClassLoader extends ClassLoader {
private static final int BUFFER_SIZE = 8192;
}
As per my knowledge a class is loaded by classLoader in JVM when it requires that particlar class . But you please tell me when a class is exactly unloaded ??