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 s loader 类装载器
- The Primordial Class Loader 原始类加载器;叫初始类加载器
- Application class loader 类加载器
- context class loader 线程上下文类加载器
- Extensions Class Loader 扩展类加载器
短语
专业释义
- 类装载器
We discuss the key components of Java technology. Java technology is not only a kind of object-oriented programming language as we usually know, but also consists of multiple key technologies, including JVM, class loader, Java API and Java programming language.
讨论了Java技术关键组成,Java技术并不是我们平常所认识的,就是一种面向对象的编程语言,它是由多项关键技术组成的,其中包括Java虚拟机、类装载器、Java API以及Java程序设计语言。 - 类装入器