Why DOM Parser would take more Memory than SAX parser
while they are parsing?
Answer Posted / guest
DOM Parser loads the entire xml data model into the memory
where as sax dont.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is clustering? What are the different algorithms used for clustering?
When a thread blocks on i/o, what state does it enter?
whats is mean by connectionpooling
What value does read() return when it has reached the end of a file?
what is Activation Instantinator?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
Why doesn’t the focus feature on the tag work in every circumstance?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What do you mean by Socket Programming?
What is message driven beam?
When a thread blocks on i/o?
What is a sessionfactory? Is it a thread-safe object?
Why do threads block on i/o?
Describe, in general, how java's garbage collector works?
Do we need to override service() method