Model is an interface while ModelMap is a class.
ModelAndView is just a container for both a ModelMap and a view object. It allows a controller to return both as a single value.
Model is an interface while ModelMap is a class.
ModelAndView is just a container for both a ModelMap and a view object. It allows a controller to return both as a single value.