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 forward action utilized for?
How many instances of servlet usually run in a struts application ?
Does apache tomcat use struts?
What do you know about validation plugin ?
What is the role of action class in struts?
Why use spring, if you are already using struts?
How is declarative handling of exceptions done in struts ?
Why is action servlet a singleton in struts?
How can you create your custom interceptor in struts 2?
What are the core components of a struct2 based application?
What is interceptor? And life cycle methods of interceptor?
Why do the struts tags provide for so little formatting?
How an actionform bean is created?
What is struts2 namespace?
Why are frameworks used?