Google News
logo
Java Spring MVC - Interview Questions
How does Spring MVC provide validation support?
Spring primarily supports two types of validations :
 
* Using JSR-303 Annotations and any reference implementation, for example, Hibernate Validator.

* Implementing org.springframework.validation.Validator interface.
Advertisement