What is the role of multipart resolver and when is it used?
Answer / Kulwant Singh
Multipart Resolver in Spring MVC helps to handle HTTP requests with multiple parts, such as file uploads. It is responsible for reading the multipart data and making it available to controllers through the HttpServletRequest object. Multipart Resolver is typically used when you need to upload files as part of a form submission.
| Is This Answer Correct ? | 0 Yes | 0 No |
Give some examples where property editing is used in spring.
What is aop in spring?
How does spring dependency injection work?
What is the use of @autowired?
Why we use @autowired in spring?
How many types of spring beans are there?
What is repository annotation in spring?
Does google use spring framework?
What is the default autowiring mode?
What is difference between java and spring?
What is spring dao?
Why do we use spring bean?