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 is the cli? Is it the same as the clr?
Define an interrupt? : Dot net architecture
5. Wcf- Session Managment
What are the options provived by vss to the user? how it will help us while delevoping application?
Session State and can i store desirialized object in state server, if yes how and if not why.
What actually happes when you add a something to arraylistcollection ?
What is .net mobile input validation. : Microsoft dot net mobile
What is .net transaction?
What are relation objects in dataset?
How to prevent my .NET DLL to be decompiled?
what is the difference between master page and content page?
what are the fundamental and common properties of .net controls?
Difference between throw exception and rethrowing ?
What is Com Callable wrapper?when it will created?