adspace
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