Q42
Which of the following handles painting the content on to the screen?
A.
Rendering engine
AnswerB.
JavaScript Interpreter
C.
UI Layer
D.
Network Layer
Answer: Option A
Solution
Answer: Option A
Solution:
The rendering engine handles painting the content to the screen. When it encounters JavaScript, it hands it off to the JavaScript interpreter.