What is the difference between SAX Parser and DOM Parser?
Answers were Sorted based on User's Feedback
Answer / apekshit sharma
Hi this is APEKSHIT...
SAX Parser is the one which is developed to run the java
programs especially. It uses a memory resident model. In DOM
the xml file is arranged as a tree and backward and forward
search is possible for searching the tags and evaluating the
data which it holds. It depends upon the application and
ease of data accessiblity. If we want to extract the data
from a xml file once we have to move to SAX which is one
time top to bottom read approach and if we want ot randomly
pick the data in an xml file then the tree reperesentation
of DOM model is to be put into use.
| Is This Answer Correct ? | 15 Yes | 4 No |
Answer / keerthika
SAX parser is event based API and DOM parse is tree-based API
| Is This Answer Correct ? | 2 Yes | 0 No |
data types used in validation control
What i sthe meaning of .(dot) in .Net?
State the different levels of exceptional safety?
What is the use of web.config?
2. I've a class Parent Class A and a Derived Class B. Here is a scenario. I've an instance of Class A as objA and an instance of Class B as objB. I can refer a child class variable as objB=objA, but cannot do objA=objB what is the reason?
i want to know that now a days which software course has demand and more opportunities please give me reply to my mail id
Explain cache? : .NET Architecture
Explain the difference between l1 and l2 cache? : .NET Architecture
Explain .net mobile selectionlist control? : Microsoft dot net mobile
What does the term "green architecture" mean? : Dot net architecture
Explain cache memory? : .NET Architecture
What is a service contract, operation contract and data contract?