Which parser is used in Struts to parse the Structconfig.xml
file.

Answers were Sorted based on User's Feedback



Which parser is used in Struts to parse the Structconfig.xml file...

Answer / pratap

disiger pattern

Is This Answer Correct ?    1 Yes 0 No

Which parser is used in Struts to parse the Structconfig.xml file...

Answer / 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

Which parser is used in Struts to parse the Structconfig.xml file...

Answer / raja

am in confusion.. plz clarify..

Is This Answer Correct ?    1 Yes 1 No

Which parser is used in Struts to parse the Structconfig.xml file...

Answer / raj

Can you give me the right answer........SAX OR DOM

Is This Answer Correct ?    0 Yes 0 No

Which parser is used in Struts to parse the Structconfig.xml file...

Answer / sneha

Plz i am unable get the correct answer.Which one is the
right answer.Help me in telling the correct answer.

Is This Answer Correct ?    0 Yes 0 No

Which parser is used in Struts to parse the Structconfig.xml file...

Answer / deepthi

Digester-Api is used to read the xml file.it internally use
dom and jdom for parsing of xml file.

Is This Answer Correct ?    0 Yes 0 No

Which parser is used in Struts to parse the Structconfig.xml file...

Answer / mkj

The documents used to struts is small . so parsing
with DOM most probable this because it fast convert
the document in tree wich fast to access ..

Is This Answer Correct ?    0 Yes 1 No

Which parser is used in Struts to parse the Structconfig.xml file...

Answer / alka

The Struts Console software uses an XML parser (JDOM +
Xerces) to read in Struts config files.

Is This Answer Correct ?    0 Yes 2 No

Which parser is used in Struts to parse the Structconfig.xml file...

Answer / ankur

Xerces is the parser which struts-config.xml is parsed with

Is This Answer Correct ?    0 Yes 2 No

Which parser is used in Struts to parse the Structconfig.xml file...

Answer / kiran

I think it is DOM becoz Struts configure file follows the
tree model

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Struts Interview Questions

What is the use of lookupdispatchaction?

0 Answers  


How you will make available any message resources definitions file to the struts framework environment?

0 Answers  


Are struts and shocks the same?

0 Answers  


What is the DynaActionForm? How we implement the dynaactionform ? can u please tell me the way to implement? in understandable way?

8 Answers   JBA Infotech,


How is a lookup dispatch action created?

0 Answers  


What are action classes in struts?

0 Answers  


Does apache tomcat use struts?

0 Answers  


Can you explain value stack?

0 Answers  


What should be the name of xml file used for validation in struts?

0 Answers  


can anybody tell.what is the difference between Forward Action and Action Forward?

2 Answers   Polaris, TCS,


How action mapping is configured in Struts?

0 Answers  


What are action errors?

0 Answers  


Categories