How does spring mvc provide support for validation?



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

Post New Answer

More Spring Framework Interview Questions

What is @inject in spring?

1 Answers  


What are the ways by which hibernate can be accessed using spring?

1 Answers  


What is ioc and di?

1 Answers  


Why application context is used in spring?

1 Answers  


What is difference between @pathparam and @pathvariable?

1 Answers  


What is cglib?

1 Answers  


What is @data annotation in spring boot? : Spring Boot

1 Answers  


How beans are created in spring?

1 Answers  


Does google use spring framework?

1 Answers  


What is root context?

1 Answers  


What is current version of spring?

1 Answers  


How many types of ioc containers are there in spring?

1 Answers  


Categories