InterviewSolution
Saved Bookmarks
| 1. |
Explain RequestMapping annotation. |
|
Answer» RequestMapping annotation is used to map a URL to either an entire class or a particular handler method. |
|