In the J2SE Javavirtualmachine, the class verifier is responsible for rejecting invalid class files.
在J2SE虚拟机中,类校验器负责剔除非法的类文件。
2
The Javavirtualmachine defines various runtime data areas that are used during execution of a program.
虚拟机定义了各种运行时数据区以备程序运行时利用。
3
Reflection is commonly used by programs which require the ability to examine or modify the runtime behavior of applications running in the Javavirtualmachine.