Loading...
Welcome to Java Spring MVC online exam!
This Spring MVC online test or Spring mvc quiz consists of spring MVC MCQs to test your understanding on various topics related to Spring framework.
Total questions → 8
Total marks → 8 [Each question carry 1 marks]
Pass marks → 6
Duration → 5 minutes [Time elasped will be visible in browser title during test]
Please do not refresh the page in middle of the test to avoid any data loss.
Best of Luck - TIH
/
Total number of questions :
Total number of answered questions :
Total number of correctly answered questions :
Result :
What does MVC in Spring MVC stands for?
Your Answer : Option
Correct Answer : Option
Explanation :
The front controller that intercepts the incoming request in spring mvc is known as _______________
Your Answer : Option
Correct Answer : Option
Explanation :
Which of the following doesn't take part in request-response mechanism of Spring MVC?
Your Answer : Option
Correct Answer : Option
Explanation :
In spring mvc, DispatcherServlet consults ____________ to map the logical view name to a specific view implementation.
Your Answer : Option
Correct Answer : Option
Explanation :
The logic performed by a controller often produces some information that needs to be carried to the user/browser. This information in spring mvc is known as _______________
Your Answer : Option
Correct Answer : Option
Explanation :
Which of the following could act as a possible view in spring mvc?
Your Answer : Option
Correct Answer : Option
Explanation :
Spring MVC can define how many controller(s)?
Your Answer : Option
Correct Answer : Option
Explanation :
The request coming from user first hits spring mvc application at ______________
Your Answer : Option
Correct Answer : Option
Explanation :