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
How we can configured action mapping in struts?
What is the purpose of @element annotation annotation?
How you will make available any message resources definitions file to the struts framework environment?
What is the use of interceptor?
What is the purpose of global-forwards tag in struct-config.xml?
Explain about token feature in struts?
What does the term struts mean?
What is actioncontext?
What are the features of struts 2?
Can you give an overview of how a struts application flows?
How to use dispatchaction?
What are the life cycle methods of interceptor?
Is struts mvc framework?
Explain about struts?
Is struts efficient?