Struts2 Online Quiz Series 1, Struts 2 online test series 1st
Finish Quiz
0 of 20 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
Information
Struts2 Online Quiz Series 1, Struts 2 online test series 1. Struts2 is a popular and mature web application framework based on the MVC design pattern. Struts2 Online Quiz 1 Question and Answers 2024. Java online Test Quiz 1. Java OOPs Quiz 1 Free Mock Test 2024. Struts2 Online Quiz 1 Question and Answers in PDF. The Java online mock test paper is free for all students. Struts2 Online is very useful for exam preparation and getting for Rank. Struts2 Online Quiz 1 Question and Answers in English. Java OOPs Mock test for topic via OOPs Mode. Here we are providing Struts2 Online Quiz in English Now Test your self for “Struts2 Online in English” Exam by using below quiz…
This paper has 20 questions.
Time allowed is 25 minutes.
The Java OOPs Mock Test is Very helpful for all students. Now Scroll down below n click on “Start Quiz” or “Start Test” and Test yourself.
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
0 of 20 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Average score |
|
Your score |
|
Categories
- Not categorized 0%
Pos. | Name | Entered on | Points | Result |
---|---|---|---|---|
Table is loading | ||||
No data available | ||||
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- Answered
- Review
-
Question 1 of 20
1. Question
Which of the following is correct definition of model in MVC architecture?
Correct
Model – The lowest level of the pattern which is responsible for maintaining data.
Incorrect
Model – The lowest level of the pattern which is responsible for maintaining data.
-
Question 2 of 20
2. Question
Which of the following is true about web.xml?
Correct
Incorrect
-
Question 3 of 20
3. Question
Which of the following is correct about the OGNL?
Correct
Both of the above options are correct.
Incorrect
Both of the above options are correct.
-
Question 4 of 20
4. Question
How Struts 2 validation works?
Correct
All of the above statements are correct.
Incorrect
All of the above statements are correct.
-
Question 5 of 20
5. Question
Which of the following theme represents minimal theme with no “bells and whistles”.?
Correct
Incorrect
-
Question 6 of 20
6. Question
What is the purpose of @EmailValidator annotation?
Correct
Incorrect
-
Question 7 of 20
7. Question
What is the purpose of @Key Annotation?
Correct
This annotation sets the Key for type conversion. The Key annotation must be applied at field or method level.
Incorrect
This annotation sets the Key for type conversion. The Key annotation must be applied at field or method level.
-
Question 8 of 20
8. Question
Which of the following tag will iterate over a value?
Correct
These iterator will iterate over a value. An iterable value can be any of: java.util.Collection, java.util.Iterator. While iterating over an iterator, you can use Sort tag to sort the result or SubSet tag to to get a sub set of the list or array.
Incorrect
These iterator will iterate over a value. An iterable value can be any of: java.util.Collection, java.util.Iterator. While iterating over an iterator, you can use Sort tag to sort the result or SubSet tag to to get a sub set of the list or array.
-
Question 9 of 20
9. Question
Which of the following tag is used to render a I18n text message?
Correct
The text tag is used to render a I18n text message.
Incorrect
The text tag is used to render a I18n text message.
-
Question 10 of 20
10. Question
Which of the following is true in struts and spring integration?
Correct
Both of the above statements are correct.
Incorrect
Both of the above statements are correct.
-
Question 11 of 20
11. Question
Which of the following feature is present in Struts 2?
Correct
All of the above features are supported in Struts 2.
Incorrect
All of the above features are supported in Struts 2.
-
Question 12 of 20
12. Question
What is defeult result type?
Correct
The dispatcher result type is the default type and is used if no other result type is specified.
Incorrect
The dispatcher result type is the default type and is used if no other result type is specified.
-
Question 13 of 20
13. Question
Which of the following is correct about redirect result type?
Correct
It calls the standard response.sendRedirect() method, causing the browser to create a new request to the given location.
Incorrect
It calls the standard response.sendRedirect() method, causing the browser to create a new request to the given location.
-
Question 14 of 20
14. Question
Can you override the default error message that can come during file uploading process?
Correct
Incorrect
-
Question 15 of 20
15. Question
Which of the following theme represents minimal theme with no “bells and whistles”.?
Correct
Incorrect
-
Question 16 of 20
16. Question
What is the purpose of @ConversionErrorFieldValidator annotation?
Correct
This validation annotation checks if there are any conversion errors for a field and applies them if they exist.
Incorrect
This validation annotation checks if there are any conversion errors for a field and applies them if they exist.
-
Question 17 of 20
17. Question
What is the purpose of @StringLengthFieldValidator annotation?
Correct
This validator checks that a String field is of the right length. It assumes that the field is a String. If neither minLength nor maxLength is set, nothing will be done.
Incorrect
This validator checks that a String field is of the right length. It assumes that the field is a String. If neither minLength nor maxLength is set, nothing will be done.
-
Question 18 of 20
18. Question
Which of the following tag generates an iterator based on the val attribute supplied?
Correct
Incorrect
-
Question 19 of 20
19. Question
Which of the following tag can be used to parameterize other tags?
Correct
The param tag can be used to parameterize other tags.
Incorrect
The param tag can be used to parameterize other tags.
-
Question 20 of 20
20. Question
With Struts applications, there is a lot more going on behind the scenes than with normal Java-based Web applications.
Correct
With Struts applications, there is a lot more going on behind the scenes than with normal Java-based Web applications.
Incorrect
With Struts applications, there is a lot more going on behind the scenes than with normal Java-based Web applications.