Java : Spring boot , @RequestParam vs @PathVariable
Motivation
This question was asked to me during an interview and i was not able to answer this question properly so i will demystify this concept.
both will help us to get the data from the request url
Example :
http://localhost:8080/shop/order/1001...
hashcodehub.hashnode.dev1 min read