What is the difference between @requestbody and @requestparam?
Answer / Rahul Dev
@RequestParam is used to map request parameters sent in the query string or as form data. @RequestBody, on the other hand, is used to bind HTTP request body content directly to a method parameter.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you know the spring mvc interceptor and how is it used?
What is context service?
What are advantages of spring usage?
Explain the concept of a beanfactory?
What are the types of controller in spring?
What is spring jpa repository?
Explain what is spring mvc?
Why do we use @override annotation?
Is spring boot a mvc? : Spring Boot
Why do we need annotations in spring?
Why spring is loosely coupled?
Why do we need aop in spring?