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程序設計語言。 - 類裝入器