ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Java J2EE  >>  Java Related  >>  Struts
 
 


 

 
 Core Java interview questions  Core Java Interview Questions
 Advanced Java interview questions  Advanced Java Interview Questions
 Swing interview questions  Swing Interview Questions
 EJB interview questions  EJB Interview Questions
 Servlets interview questions  Servlets Interview Questions
 Struts interview questions  Struts Interview Questions
 JDBC interview questions  JDBC Interview Questions
 JMS interview questions  JMS Interview Questions
 SunOne interview questions  SunOne Interview Questions
 J2EE interview questions  J2EE Interview Questions
 Weblogic interview questions  Weblogic Interview Questions
 Websphere interview questions  Websphere Interview Questions
 Java Networking interview questions  Java Networking Interview Questions
 Java J2EE AllOther interview questions  Java J2EE AllOther Interview Questions
Question
Which parser is used in Struts to parse the Structconfig.xml
file.
 Question Submitted By :: Ramadhar Mishra
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Which parser is used in Struts to parse the Structconfig.xml file.
Answer
# 1
digester
 
Is This Answer Correct ?    2 Yes 0 No
Shivram
 
  Re: Which parser is used in Struts to parse the Structconfig.xml file.
Answer
# 2
I think it is DOM becoz Struts configure file follows the 
tree model
 
Is This Answer Correct ?    1 Yes 1 No
Kiran
 
 
 
  Re: Which parser is used in Struts to parse the Structconfig.xml file.
Answer
# 3
it's SAX parser we use, to parse the Struct-Config.xml file.
 
Is This Answer Correct ?    0 Yes 0 No
Dasari Ravinder
 
  Re: Which parser is used in Struts to parse the Structconfig.xml file.
Answer
# 4
just give the right answer ????????????
 
Is This Answer Correct ?    0 Yes 0 No
Gcd
 
  Re: Which parser is used in Struts to parse the Structconfig.xml file.
Answer
# 5
The Struts Console software uses an XML parser (JDOM + 
Xerces) to read in Struts config files.
 
Is This Answer Correct ?    0 Yes 0 No
Alka
 
  Re: Which parser is used in Struts to parse the Structconfig.xml file.
Answer
# 6
am in confusion.. plz clarify..
 
Is This Answer Correct ?    0 Yes 0 No
Raja
 
  Re: Which parser is used in Struts to parse the Structconfig.xml file.
Answer
# 7
please give exact answer.
 
Is This Answer Correct ?    0 Yes 0 No
Srinivas
 
  Re: Which parser is used in Struts to parse the Structconfig.xml file.
Answer
# 8
Xerces is the parser which struts-config.xml is parsed with
 
Is This Answer Correct ?    0 Yes 1 No
Ankur
 
  Re: Which parser is used in Struts to parse the Structconfig.xml file.
Answer
# 9
I am in confusion give me right answer. But i think it's 
SAX parser
 
Is This Answer Correct ?    0 Yes 0 No
Ankit
 
  Re: Which parser is used in Struts to parse the Structconfig.xml file.
Answer
# 10
Action Servlet is parsing in to strutsconfig.xml
 
Is This Answer Correct ?    0 Yes 1 No
Thulasee
 
  Re: Which parser is used in Struts to parse the Structconfig.xml file.
Answer
# 11
Can you give me the right answer........SAX OR DOM
 
Is This Answer Correct ?    0 Yes 0 No
Raj
 
  Re: Which parser is used in Struts to parse the Structconfig.xml file.
Answer
# 12
SAX Parser is used to parse the xml file because basically 
it is for the ActionServlet to read the xml file rather 
than writing something into the struts-config xml file 
just the action servlet has to read the file and construts 
the module config object for the one time and load it
so as SAX Parser is basically for reading and doing some 
search operation Struts uses this aproach intelligently.
 
Is This Answer Correct ?    1 Yes 0 No
Achutanand
 
  Re: Which parser is used in Struts to parse the Structconfig.xml file.
Answer
# 13
Digester is used to parse struts-config.xml

http://www.onjava.com/pub/a/onjava/2002/10/23/digester.html
 
Is This Answer Correct ?    2 Yes 0 No
Mari
 
  Re: Which parser is used in Struts to parse the Structconfig.xml file.
Answer
# 14
The Digester class parser the XML document. The Digester
framework comes with 10 prepackaged "rules," which cover
most of the required tasks when unmarshalling XML (such as
creating a bean or setting a bean property), but each user
is free to define and implement his or her own rules, as
necessary.
 
Is This Answer Correct ?    1 Yes 0 No
Sudhakar
 
  Re: Which parser is used in Struts to parse the Structconfig.xml file.
Answer
# 15
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
Sneha
 
  Re: Which parser is used in Struts to parse the Structconfig.xml file.
Answer
# 16
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 0 No
Mkj
 

 
 
 
Other Struts Interview Questions
 
  Question Asked @ Answers
 
what is the difference between SAX Parser and DOM Parser??  2
what is purpose cvs and vss in eclipse?  2
what is the difference between ServletContext and ServletConfig?  3
what r the disadvantages of MVC-2 Architecture? Process-IT1
multiple instances for action class is it possible iFlex5
drawback of Validation Framework where and how to write the connection pool object in the programe how to debug the programe and application in struts without using eclips  1
How to pass runtime Parameter in Struts1.2?  1
What is Request Dispatcher and what is Request Process?  2
In Struts Programming which is the controller,which is the model?  9
Which parser is used in Struts to parse the Structconfig.xml file. iFlex16
what are the type of forward class in Struts? Wipro3
How can I make own ActionServlet? with example TCS4
why do we typecast ActionForm into our plain java bean class in Action class? What is the reason?  4
what is request processor class ? Fidelity4
How to explain struts work flow TCS5
If we close the browser,when the specific user session is active.Again if we open browse how to retrive it same user??what code i have to da??? TCS3
Is form beans are serializable or not? Magna-Infotech6
how will you view ur jsp page to the client by using properties file? Wipro2
Even though Servlets and JSP are web based concepts .wht is the use of using Struts using then TCS6
what is ForwardAction and IncludeAction in struts? Mind-Tree2
 
For more Struts Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com