Spring MVC Concepts

1. What is a Model Attribute?

What are different ways for handler to add model attributes?

1.1 Via org.springframework.web.servlet.ModelAndView?

1.2 Any Simpler way to send model attributes from Handler (Controller) --> D.S?