Discuss the advantages of using XmlReader and XmlWriter ?

 Posted by Bharathi Cherukuri on 8/27/2012 | Category: Web Services, Remoting Interview questions | Views: 4035 | Points: 40
Answer:

Both are used for the same purpose. These objects are used for read and write requirements of large XML documents.
They parses the XML document from top to bottom, i.e., the whole XML document need not to be processed in the memory, and that saves on processing requirements.
They process each XML element one at a time.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response