Struts 2 Quiz 3 | Englishfreetest.com

  • Do test 20 minutes
  • Number Questions: 10 questions
  • By: englishfreetest.com

Here's the exercise 'Struts 2 Quiz 3 | Englishfreetest.com' about Technical Quiz - Technical Tests.


Put your knowledge about all things technology to the test Because everything tech, from computers and the internet to software and big data, changes rapidly on a day-to-day basis, it’s now a must to stay up to date with the technology that dominates our modern day lives. Are you up to speed on what’s going on in the tech industry today? Take our quiz to find out. Test how much you know about technology

You can find more to the lesson and more exercises. Technical Quiz - Technical Tests in here.

Finally, click here to "Test" for start practice exercise .

  • Test content
    A. This annotation checks that a double field has a value within a specified range
    B. This annotation checks that a field is a valid e-mail address if it contains a non-empty String
    C. This annotation validates a supplied regular expression
    D. This annotation checks that a numeric field has a value within a specified range
    A. The lowest level of the pattern which is responsible for maintaining data
    B. This is responsible for displaying all or a portion of the data to the user
    C. Software Code that controls the interactions between the Model and View
    D. None of the above
    A. In action-mappings section, you declare form handlers and they are also known as action mappings
    B. In controller section, you can configure Struts internals
    C. In plug-in section you can tell Struts where to find your properties files, which contain prompts and error messages
    D. All of the above
    A. It is used to forward to a servlet, JSP, HTML page, and so on, on the server. It uses the RequestDispatcher.forward() method
    B. It is used to generate output using predefined templates
    C. It calls the standard response.sendRedirect() method, causing the browser to create a new request to the given location
    D. None of the above
    A. expression validator
    B. int validator
    C. regex validator
    D. All of the above
    A. This annotation is a collection of results
    B. This annotation have the name that correspond to the outcome of the execute method
    C. This annotation is used to decorate the execute() method
    D. This annotation marks a action method that needs to be called after the main action method
    A. This annotation checks that a double field has a value within a specified range.
    B. This annotation checks that a field is a valid e-mail address if it contains a non-empty String.
    C. This annotation validates a supplied regular expression.
    D. This annotation checks that a numeric field has a value within a specified range.