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 |
what is polymorphism and advantage ?
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays
It was told that .Net 2.0 Framework has got it's in built webserver. Does it mean that it doesn't need IIS? What is the significance of Front Page Server Extensions in creating or hosting a Web Application in .net?
1 Answers 247Customer, Concentrix, Wipro,
What is abstact class? in which scinario we can use abstact class?
IS IT Possible to inherit the AJAX page from child class which(child) is inherit from page class.Because i should apply some security in child class
What are bindings?
Explain about the base class library provided by microsoft.net?
Whats new features in Visual Studio 2012?
What is difference between Desktop, Client Server & Web based applications?
Explain some of the disadvantages due to microsoft.net?
What is a Windows Service and how does its lifecycle differ from a "standard" EXE?
The maximum report processing jobs limit configured by your system administrator has been reached.How I can Solve this problem when i using crystal report to load from my application.