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. 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. |
|