Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

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

  2. A.

     Rendering engine

    B.

     JavaScript Interpreter

    C.

     UI Layer

    D.

     Network Layer

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    The rendering engine handles painting the content to the screen. When it encounters JavaScript, it hands it off to the JavaScript interpreter.


Be The First To Comment