Solved

Which of the Following Statements About Spring @MVC Is NOT

Question 35

Multiple Choice

Which of the following statements about Spring @MVC is NOT true (select one)


A) Classes annotated with @Controller annotation can be detected by component scanning and loaded as Spring beans
B) Data can be passed from the controller to the view by use of the special Model parameter
C) Controllers are typically able to delegate to business methods in an application because a reference to a service bean can be injected into the controller
D) The DispatcherServlet, controller beans and other collaborators are all defined and configured in web.xml

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions