What reasons have people had to write their own classloader
Posted
by montyontherun
on Stack Overflow
See other posts from Stack Overflow
or by montyontherun
Published on 2009-02-25T13:27:26Z
Indexed on
2010/03/19
2:41 UTC
Read the original article
Hit count: 403
java
|classloaders
I was recently asked in an interview about the order in which classloaders are called when a class is loaded.
Unfortunately I've never had the need to write my own classloader so at the time was unfamiliar with the intricacies of classloading.
This got me wondering, what reasons are their to write your own classloader.
So that's my question: What scenarios have people faced which required the need to writing their own classloaders?
© Stack Overflow or respective owner