Which parser is used in Struts to parse the Structconfig.xml
file.
Answer Posted / sekhar babu
Struts uses SAX parser it is 100% correct.
If u have still doubt,
give wrong tag in struts-config.xml
like <global--forwardsss> and obsert the console of the server
it will show sax parser exception
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How the flow of various requests happens in struts application?
What are the custom tags?
What is the use of web xml in struts2?
How many struts config file can be created in struts?
What are the cons of struts 2?
What is the purpose of @after?
How can link tag’s action attribute be used?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
Why we use struts in java?
What is the difference between struts1 and struts2?
What’s the difference between struts and turbine?
What are disadvantages of Struts?
How long do struts last?
What is front controller in struts2?
Explain about struts dispatch action?