Possible duplicates:
Equivalent to class loaders in .NET. NET
class loader - what is it?
I am from C # background and start learning Java. I find it difficult to understand class loaders - hierarchy, scope, loader, etc. Is there an equivalent technology in C # .NET that I can name to help me understand the concept of a Java class loader?
source
share