What are the main components of a runtime environment ?
2024
What are the main components of a runtime environment ?
Answer: B. Memory management, function call stack, heap — The main components of a runtime environment include memory management, function call stack, and heap. These are essential for program execution.
- A.
Compiler, linker, loader
- B.
Memory management, function call stack, heap
- C.
Parser, optimizer, code generator
- D.
Interpreter, virtual machine, JIT compiler
Attempted by 126 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.
Loading lesson…