adspace


How does spring mvc provide support for validation?

Answer Posted / Mohd Tarique Khan

Spring MVC provides support for validation using annotations such as @Valid, @NotNull, and @Min, among others. These annotations are used to validate the data sent by clients before they are processed by the application. Spring MVC also supports Hibernate Validator for more complex validation requirements.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you inject java collection in spring?

518


What is difference between @controller and @restcontroller in spring?

556


What is lazy class?

490