What are the main components of a runtime environment ?
2024
What are the main components of a runtime environment ?
- A.
Compiler, linker, loader
- B.
Memory management, function call stack, heap
- C.
Parser, optimizer, code generator
- D.
Interpreter, virtual machine, JIT compiler
Attempted by 22 students.
Show answer & explanation
Correct answer: B
The main components of a runtime environment include memory management, function call stack, and heap. These are essential for program execution.