what is the difference between SAX Parser and DOM Parser??
Answer Posted / chaitheesh
sax is simple api for xml
it read the first xml data and get outputed backward is not
possible,
dom is doccument object model
through dom we can create a xml data as a tree and it is
loaded in memory so we can easily access the data
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is the purpose of @results?
What are the conditions for actionform to work correctly?
Name some useful annotations introduced in Struts2?
What types of validations are available in xml based validation in struts2?
What are the steps of struts installation?
Which model components are supported by Struts?
How can we display all validation errors to user on jsp page?
What is actionform in struts?
What’s the utilization of struts.xml configuration file?
What's the purpose of execute method of action class?
how to debug struts project in netbean ?
What is struts actionmapping?
Why is action servlet a singleton in struts?
What is defeult result type?
Does struts include its own unit tests?