InterviewSolution
Saved Bookmarks
| 1. |
What Does @controller Annotation? |
|
Answer» The @CONTROLLER ANNOTATION MARKS the CLASS as controller class. It is APPLIED on the class. The @Controller annotation marks the class as controller class. It is applied on the class. |
|