What is the role of multipart resolver and when is it used?



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

Post New Answer

More Spring Framework Interview Questions

Give some examples where property editing is used in spring.

1 Answers  


What is aop in spring?

1 Answers  


How does spring dependency injection work?

1 Answers  


What is the use of @autowired?

1 Answers  


Why we use @autowired in spring?

1 Answers  


How many types of spring beans are there?

1 Answers  


What is repository annotation in spring?

1 Answers  


Does google use spring framework?

1 Answers  


What is the default autowiring mode?

1 Answers  


What is difference between java and spring?

1 Answers  


What is spring dao?

1 Answers  


Why do we use spring bean?

1 Answers  


Categories