Results 1 to 4 of 4

Thread: Where can I get struts Interview questions?

  1. #1
    Join Date
    Apr 2008
    Posts
    23

    Where can I get struts Interview questions?

    Hi,

    Where can I get struts Interview questions?

    Thanks.

  2. #2
    Join Date
    May 2008
    Posts
    37

    Re: Where can I get struts Interview questions?

    Struts Interview Questions

    Question: What is Struts?
    Question: What is Jakarta Struts Framework?
    Question: What is ActionServlet?
    Question: How you will make available any Message Resources Definitions file to the Struts Framework Environment?
    Question: What is Action Class?
    Question: What is ActionForm?
    Question: What is Struts Validator Framework?
    Question: Give the Details of XML files used in Validator Framework?
    Question: How you will display validation fail errors on jsp page?
    Question: How you will enable front-end validation based on the xml in validation.xml?
    Question: How to get data from the velocity page in a action class?

  3. #3
    Join Date
    May 2008
    Posts
    32

    Re: Where can I get struts Interview questions?

    Jakarta Struts Interview Questions

    Q: What is Jakarta Struts Framework?
    A: Jakarta Struts is open source implementation of MVC (Model-View-Controller) pattern for the development of web based applications. Jakarta Struts is robust architecture and can be used for the development of application of any size. Struts framework makes it much easier to design scalable, reliable Web applications with Java.

    Q: What is ActionServlet?
    A: The class org.apache.struts.action.ActionServlet is the called the ActionServlet. In the the Jakarta Struts Framework this class plays the role of controller. All the requests to the server goes through the controller. Controller is responsible for handling all the requests.

    Q: How you will make available any Message Resources Definitions file to the Struts Framework Environment?
    A: Message Resources Definitions file are simple .properties files and these files contains the messages that can be used in the struts project. Message Resources Definitions files can be added to the struts-config.xml file through <message-resources /> tag.
    Example:
    <message-resources parameter="MessageResources" />

  4. #4
    Join Date
    May 2008
    Posts
    41

    Re: Where can I get struts Interview questions?


Similar Threads

  1. Interview Questions for ASP.Net
    By hemant.G in forum Software Development
    Replies: 3
    Last Post: 05-01-2012, 04:26 PM
  2. Interview Questions
    By akbar in forum Active Directory
    Replies: 1
    Last Post: 04-09-2010, 01:24 PM
  3. sql interview questions
    By zoaib in forum Education Career and Job Discussions
    Replies: 3
    Last Post: 23-08-2010, 12:51 PM
  4. C++ Technical Interview questions
    By FAIRFAX in forum Software Development
    Replies: 6
    Last Post: 14-08-2010, 02:12 PM
  5. Interview Questions
    By DiyaG in forum Education Career and Job Discussions
    Replies: 3
    Last Post: 26-09-2008, 07:05 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,694,058.03637 seconds with 17 queries