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

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -