what is the difference between SAX Parser and DOM Parser??
Answer Posted / rajendra
1. s->does not store xml in memory
d->store the entire xml document in memory
2. s->top to bottom traversing
d->traverse in any direction
3. s->insert or delete node is possible
d->insert or delete node is not possible
4. s->especially for java
d->not only for java
5. s->event driven,fast & lightweight
d->tree structure,heavy weight to load & store
6. s->parse the document while reading
d->load the document in memory to parse
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
What are result types in struts?
Explain the life cycle of a request in struct2 application?
Name some of the features of struts2?
Does apache struts run on windows?
What are disadvantages of Struts?
What is struts and why it is used?
Explain the complete struts validator framework.
What inbuilt themes are provided by struts2?
What is the purpose of @results?
Are struts and shocks the same?
Which file is used by controller to get mapping information for request routing?
What do struts do?
What do you mean by tiles in struts?
Why use spring, if you are already using struts?
What is the purpose of @emailvalidator?