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 -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

java - How to implement an entity bound odata action in olingo v4.3 -