摘要
Java Class文件分析及其解析执行是分析JVM的重要部分,通过实例对Class文件的结构进行了详细分析,并初步实现了Class文件的解析执行。
The structure analysis of Java Class file and its analysis and execution is an important part in analysing Java virtual machines.In this paper we elaborately analyse the Class file structure with instance and primarily implement the analysis and execution of the Class file.
出处
《计算机应用与软件》
CSCD
2011年第7期180-182,共3页
Computer Applications and Software
关键词
Class文件
结构分析
实例
解析执行
Class file Structure analysis Instance Analysis and execution