期刊文献+

Java动态类加载机制及其应用 被引量:18

Java class loading mechanism and its application
下载PDF
导出
摘要 Java动态类加载机制是Java虚拟机(JVM)的一个重要特征。它实现了在程序执行的过程中动态地加载所需要的类文件,并且这种动态行为是可以人为控制的。这使得Java语言平台具有在运行期间安装软件组件的能力。通过对Java类加载器的原码进行分析,阐述了Java动态类加载机制的原理和过程,并通过一个客户端服务器(C/S)模式下动态地更新客户端软件功能的例子,说明了Java动态类加载机制的实际应用。 The dynamic class loading mechanism is an important feature of Java virtual machine. The class loading mechanism can be used to load the class file dynamically when the program is running. Furthermore, the process can be manipulated by users, so it makes Java language capable of installing the software at runtime. The principle about Java class loading mechanism was narrated by analyzing the JDK's class loader source code, and an example was given that the program could upgrade the client software automatically in client/server model.
作者 张敦华 刘建
出处 《计算机工程与设计》 CSCD 2004年第3期432-435,441,共5页 Computer Engineering and Design
关键词 JAVA语言 JAVA虚拟机 类加载器 溶解 反射 客户端服务器模式 安全检查 Java language JVM classloader resolve reflection
  • 相关文献

参考文献2

  • 1Sun Microsystems Inc. Java 2 platform API specification [S].
  • 2LiGong.Java2平台安全技术-结构、API设计和实现[M].北京:机械工业出版社,2000..

同被引文献76

引证文献18

二级引证文献56

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部