class loader
常见例句
- Each constructed class is in some sense "owned" by the class loader that loaded it.
每个构造好的类在某种意义上是由装入它的类装入器所“拥有”。 - This implementation assumes that all classes required are on the classpath of this class loader.
这个实现假设所有需要的类都在这个类装入器的类路径中。 - But how can that work if the class loader looks for existing class files for each class it loads?
但是,如果类装入器为它所装入的每个类查找现有类文件,那么它会如何工作呢? 返回 class loader