Monday, February 16, 2009

JVM Consist of:-

JDK = JRE+Tools(BIN)
JRE = JVM+rt.jar(runtime.jar - specification of all implemented APIs)

Java Virtual Machine is consists of below components.

1: Class Loader
2: Byte Code Verifier
3: JIT Compiler
4: Multithread Dispatcher
5: Exception Handler
6: JNI
7: Garbage Collector

and along with all:
8: Security Manager

Posted by: Abhishek Chitransh (Technology Consultant).

No comments:

Post a Comment