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. RequestMapping annotation is used to map a URL to either an entire class or a particular handler method. |
|