1.

How are the objects organized in the HTML DOM?(a) Class-wise(b) Queue(c) Hierarchy(d) StackI got this question in final exam.This interesting question is from HTML DOM topic in section Caching, Debugging and Animation of JavaScript

Answer»

The CORRECT choice is (c) Hierarchy

To EXPLAIN I WOULD say: The HTML DOM model is constructed as a tree of OBJECTS. The objects are organized in the hierarchy format in the HTML DOM.



Discussion

No Comment Found

Related InterviewSolutions