Correct Answer: Custom validation can be implemented through Spring's support of JSR-303, the Bean Validation API
Explanation:
Note: This Question is unanswered, help us to find answer for this one
Spring Framework Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More Spring Framework MCQ Questions
When detecting a Device device in a @Controller in Spring MVC, which of these is NOT supported?
Which of these is correct when creating an ApplicationContext?
How filters are used in Spring Web?
How is a resource defined in the context of a REST service?
Which of these is a valid Advice annotation?
How could you inject using a factory method ?
Which one of the following annotation can be used to inject dependencies a) @Inject b) @Entity c) @Valid d) @Autowire
Which of the following concrete implementation, by default, handles the request 'first' when it is sent to a Spring MVC Framework?
What's the relationship between Spring and Maven?
Which is the most popular way of interfacing with Spring's JDBC support?