

MCQOPTIONS
Saved Bookmarks
1. |
Command to create a Spring MVC controller that provides a UI:- |
A. | controller scaff –class ~.web.CustomerController –entity ~.domain.Customer |
B. | controller scaff –class ~.web.CustomerController –entity |
C. | none of the mentioned |
D. | all of the mentioned |
Answer» B. controller scaff –class ~.web.CustomerController –entity | |