Differentiate between dom and bom.



Differentiate between dom and bom...

Answer / Tarun Rohiley

DOM (Document Object Model) is a programming interface for HTML and XML documents. It represents the structure of a document as a tree-like model, allowing developers to manipulate the content and layout of a web page. BOM (Browser Object Model), on the other hand, is a collection of objects that represent various parts of a browser, such as windows, navigation, and history. Unlike DOM, which only deals with documents, BOM interacts with the entire browser window.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

What are differences between angular 4 and angular 2?

1 Answers  


Is angularjs opensource?

1 Answers  


Explain components in angular 2?

1 Answers  


What is transpiling?

1 Answers  


How to set http request header in angular 4 and angular 2?

1 Answers  


What does three dots mean in angular?

1 Answers  


What is the linking function?

1 Answers  


What is route in angular?

1 Answers  


What is router and its types?

1 Answers  


What do you understand by controllers in angular?

1 Answers  


How would you update angular 6 to angular 7?

1 Answers  


Explain ngfor directive with an example?

1 Answers  


Categories