What is the difference between SAX Parser and DOM Parser?
Answer Posted / 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 |
Post New Answer View All Answers
What is IL code, CLR, CTS, GAC & GC?
What actually happes when you add a something to arraylistcollection ?
What is the difference between machine config vs. Web config : Dot net architecture
What is gui programming? : .NET Architecture
What are the five stages in a dlx pipeline? : Dot net architecture
how to change row background color in gridview
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure on hardware that converts the ascii value to binary? : .NET Architecture
What is .net mobile lists. Explain with an example? : Microsoft dot net mobile
What does this do? Gacutil /l | find /i "corillian"
What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile
Explain Intermediate Language?
Explain cache? : Dot net architecture
Different types of authentication modes in .net framework ?
How cache is used? : Dot net architecture
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?