Spring MVC Interview Prep
Spring MVC Interview Prep
Spring MVC is a Java framework used to build web applications using the Model-View-Controller
architecture.
Q: What is @Controller?
Q: What is @RequestMapping?
Q: What is @Autowired?
A: Providing objects that a class needs instead of creating them inside the class.
A: User -> Controller -> Service -> Model -> View (JSP/HTML).