java - Is the Classloader part of the JVM or in the JRE? -
i relatively new java, forgive me if question might seem "silly". know jvm (java virtual machine) contained within jre (java runtime environment) not sure if classloader , execution engine part of jvm.
most sources have read did not specify this. instead, when describing components of jvm discuss 5 components of runtime data area (i.e. heap, jvm stack, method area, pc registers , native method stack). although common sense tells complete virtual machine needs input, memory & processing, still need verify exact locations of these components.
Comments
Post a Comment