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 do you mean by actionmapping?
Can we have multiple struts config files in a single web app?
What are struts in java?
Does apache tomcat use struts?
What is the use of interceptor?
What is the difference between struts and spring?
What is the use of struts?
What is Struts2?
What are the applications of struts?
How to build struts application in eclipse?
Can a reducer dispatch an action?
What is the purpose of @urlvalidator annotation?
Explain about struts?
What is switchaction?
How to combine the struts with velocity template?