Why DOM Parser would take more Memory than SAX parser
while they are parsing?
Answer Posted / paven
Dom parser has to read all the thinges in xml so it takes
more memory and time where as sax parser takes data of our
wish so less time and memory
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is chat area? Explain.
What is the difference between java class and bean?
What are the types of scaling?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What class is the top of the awt event hierarchy?
What is the difference between RMI and Corba?
How many times may an objects finalize() method be invoked by the garbage collector?
Explain phantom read?
Can I map more than one table in a cmp?
What state does a thread enter when it terminates its processing?
What is jboss?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
Explain the different types of memory used by jvm?