Vidyalelo
JavaScript · Q42

Invocation And Performance Navigation

Programming · JavaScript · question 42

Q42

Which of the following handles painting the content on to the screen?

A.
Rendering engine
Answer
B.
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.