Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Why DOM Parser would take more Memory than SAX parser
while they are parsing?

Answer Posted / sandya

Both SAX and DOM are used to parse the XML document. Both
has advantages and disadvantages and can be used in our
programming depending on the situation

SAX:

1. Parses node by node

2. Doesnt store the XML in memory

3. We cant insert or delete a node

4. Top to bottom traversing

DOM

1. Stores the entire XML document into memory before processing

2. Occupies more memory

3. We can insert or delete nodes

4. Traverse in any direction.

If we need to find a node and doesnt need to insert or
delete we can go with SAX itself otherwise DOM provided we
have more memory.

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the purpose of introspection?

1258


If your ui seems to freeze periodically, what might be a likely reason?

1116


What is the relationship between an event-listener interface and an event-adapter class?

1183


what is a portable component?

2071


Name the eight primitive java types.

1199


Which are the different segments of memory?

1147


What are the difference between RMI and CORBA?

1171


Which class is the immediate superclass of the menucomponent class?

1246


What is ioc concept & explain it?

1138


what are getters and setters in Java with examples?

1833


Are there books about seam?

1161


How can I scroll through list of pages like the search results in google?

1012


Why use POJO when I can use hashmap

2716


Describe responsibilities of Activator?

2355


How to determine SGA site?

2613