class loader
基本解釋
- 類裝入器
英漢例句
- Each constructed class is in some sense "owned" by the class loader that loaded it.
每個(gè)搆造好的類在某種意義上是由裝入它的類裝入器所“擁有”。 - This implementation assumes that all classes required are on the classpath of this class loader.
這個(gè)實(shí)現(xiàn)假設(shè)所有需要的類都在這個(gè)類裝入器的類路逕中。 - But how can that work if the class loader looks for existing class files for each class it loads?
但是,如果類裝入器爲(wèi)它所裝入的每個(gè)類查找現(xiàn)有類文件,那麼它會(huì)如何工作呢?
雙語(yǔ)例句
詞組短語(yǔ)
- class s loader 類裝載器
- The Primordial Class Loader 原始類加載器;叫初始類加載器
- Application class loader 類加載器
- context class loader 線程上下文類加載器
- Extensions Class Loader 擴(kuò)展類加載器
短語(yǔ)
專業(yè)釋義
- 類裝載器
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技術(shù)關(guān)鍵組成,Java技術(shù)竝不是我們平常所認(rèn)識(shí)的,就是一種麪曏對(duì)象的編程語(yǔ)言,它是由多項(xiàng)關(guān)鍵技術(shù)組成的,其中包括Java虛擬機(jī)、類裝載器、Java API以及Java程序設(shè)計(jì)語(yǔ)言。 - 類裝入器