Explain difference between sax parser and dom parser?
Answer / Km. Parveen Khan
SAX (Simple API for XML) and DOM (Document Object Model) are both methods of parsing XML data, but they differ in how the data is processed. SAX reads the XML as a stream, processing it event by event, making it more memory-efficient for large documents. DOM, on the other hand, loads the entire XML into memory as a tree structure, allowing random access to any element.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me what is iphone os?
Difference b/w collectionView & uitableview?
Who developed ios?
What is swift and what is objective-c?
What is retain in ios?
What is block in ios?
What is @synthesize in objective-c ?
Explain app's state transitions when it gets launched?
What is difference between category and extension in ios?
Will the new design mean I have to completely relearn how to use my phone?
How to install an iphone application for testing?
what are all instruments available in Xcode?