Match JVM parts and their functions

Report a typo

Match the following JVM parts and their functions.

Match the items from left and right columns
Stack area
Heap
Bytecode interpreter
JIT compiler
stores all created objects
stores method calls and local variables
translates bytecode into native machine language while executing the program
interprets the bytecode line by line and executes it
___

Create a free account to access the full topic