Question - Is there any need to keepspring-mvc.jar on the classpath or is it already present as part of spring-core?
Answer -
The spring-mv.jar does not belong to the spring-core. This means that the jar has to be included in the project’s classpath if we have to use the Spring MVC framework in our project. For Java applications, the spring-mvc.jar is placed inside /WEB-INF/lib folder.