P
pramodr
Hi group,
I am new to class loader in Java and would like to explore this topic.
My question is whether it is possible to "reload" a class dynamically
which has already been loaded by the default class loader. The class
is put in the CLASSPATH.
I heard that custom class loaders are used to dynamically load
classes. Is there a limitation for this in this case ?
Please anybody help
TIA
Pramod
I am new to class loader in Java and would like to explore this topic.
My question is whether it is possible to "reload" a class dynamically
which has already been loaded by the default class loader. The class
is put in the CLASSPATH.
I heard that custom class loaders are used to dynamically load
classes. Is there a limitation for this in this case ?
Please anybody help
TIA
Pramod