1.

While using Javascript, the browser parses the HTML code into a tree like structure defined by a standard called ________(a) DOS(b) DOD(c) DOM(d) DONThe question was posed to me in an interview.This interesting question is from Servlets and JSP topic in portion Application Design and Development of RDBMS

Answer»

Right choice is (c) DOM

The explanation is: While using Javascript, the BROWSER PARSES the HTML code into a TREE like structure defined by a standard called Document Object Model (DOM). Javascript code can modify the tree structure to carry out CERTAIN operations.



Discussion

No Comment Found

Related InterviewSolutions