linked linked linkedin whatsapp remove
Feedback

Spring Framework Quiz Spring Framework

Which one of the following statements is NOT true about Validation API?

In Spring MVC web application context configuration <tx:annotation-driven/> will configure Spring to automatically enable the JSR-303 Bean Validation in Spring.
JSR-303 provides a standard validation API that hides the underlying provider
In Spring MVC web controller, you can annotate the argument in a method with the @Valid annotation.
JSR-303 is a JEE standard and is broadly supported by many frontend/backend frameworks

Answer:
In Spring MVC web application context configuration <tx:annotation-driven/> will configure Spring to automatically enable the JSR-303 Bean Validation in Spring.

Note: This Question is unanswered, help us to find answer for this one