InterviewSolution
Saved Bookmarks
| 1. |
Explain the Controller annotation. |
|
Answer» The Controller annotation indicates that a particular class serves the role of a controller. Spring does not require you to extend any controller base class or reference the Servlet API. |
|