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...


what is the difference between SAX Parser and DOM Parser??

Answers were Sorted based on User's Feedback



what is the difference between SAX Parser and DOM Parser??..

Answer / jayaprakash

good explanation......
Thank you.

Is This Answer Correct ?    2 Yes 0 No

what is the difference between SAX Parser and DOM Parser??..

Answer / raju

SAX
• Parses node by node
• Doesn’t store the XML in memory
• We cant insert or delete a node
• SAX is an event based parser
• SAX is a Simple API for XML
• doesn’t preserve comments
• SAX generally runs a little faster than DOM

DOM
• Stores the entire XML document into memory before processing
• Occupies more memory
• We can insert or delete nodes
• Traverse in any direction.
• DOM is a tree model parser
• Document Object Model (DOM) API
• Preserves comments
• SAX generally runs a little faster than DOM

-raju

Is This Answer Correct ?    2 Yes 1 No

what is the difference between SAX Parser and DOM Parser??..

Answer / prem

Thank you to all to give the feedback about the differences
between the sax and dom.

Is This Answer Correct ?    1 Yes 1 No

what is the difference between SAX Parser and DOM Parser??..

Answer / 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

More Struts Interview Questions

how will you view ur jsp page to the client by using properties file?

2 Answers   Wipro,


What are the reasons for an error message not being displayed while developing struts application?

0 Answers  


Hai all.What is the use of <logic:iterate>tag in struts application.

3 Answers   CA, TCS,


What is actioninvocation in struts2?

0 Answers  


how the error can be showed in the jsp page in struts?

3 Answers   Wipro,


What is difference between actionform and dynaactionform?

0 Answers  


What are the various struts tag libraries?

0 Answers  


Main reasons for using servlet as a controller in struts. why not jsp

5 Answers  


Name some useful annotations introduced in Struts2?

0 Answers  


How can forward action be used to restrict a strut application to mvc?

0 Answers  


What are the Core classes of Struts Framework?

0 Answers  


How do you know what to give for the "path " under in struts-config.xml ?

1 Answers  


Categories