How does spring mvc provide support for validation?
Answer / 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 |
What is @inject in spring?
What are the ways by which hibernate can be accessed using spring?
What is ioc and di?
Why application context is used in spring?
What is difference between @pathparam and @pathvariable?
What is cglib?
What is @data annotation in spring boot? : Spring Boot
How beans are created in spring?
Does google use spring framework?
What is root context?
What is current version of spring?
How many types of ioc containers are there in spring?