Direction: Choose the correct option
Q1.
How do you handle file upload in Spring MVC?
Direction: Choose the correct option
Q2.
What configuration is needed for file upload in Spring MVC?
Direction: Choose the correct option
Q3.
What does MultipartFile provide?
Direction: Choose the correct option
Q4.
How do you save an uploaded file to disk?
Direction: Choose the correct option
Q5.
What is the maximum file size configuration?
Direction: Choose the correct option
Q6.
How do you handle multiple file uploads?
Direction: Choose the correct option
Q7.
What exception is thrown if file size exceeds limit?
Direction: Choose the correct option
Q8.
How do you set file upload size limits in Spring Boot?
Direction: Choose the correct option
Q9.
What is the purpose of @RequestPart?
Direction: Choose the correct option
Q10.
What content type should a form use for file upload?
