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 is the purpose of @conversion?
What are construction struts?
Name the different types of actions found in struts.
What are the ways in which duplicate form submission can occur?
In which order struts framework searches for a message bundle?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
What are the action classes in struts?
How we can install struts?
How long do struts last?
What does validation interceptor?
What are the struts2 error message keys that can come during file uploading process?
How is token generated?
What design patterns are used in struts?
What are Struts2 core components?
What is interceptor in Struts2?