https://quizack.com/spring-framework/mcq/spring-mvc-annotation-can-be-used-to-perform
Answer: Redirect URL
Note: This Question is unanswered, help us to find answer for this one
Is This Question Helpful?
More Spring Framework MCQ Questions
Which of the following is a VALID way of implementing Programmatic Transactions in Spring
Which of the following development styles are supported by Spring WS?
Which of the following is NOT a filter type in <context:component-scan> element?
When are proxies generated in the Spring lifecycle?
Which one of the following statements is true about the following configuration in web.xml: <filter> <filter-name>springSecurityFilterChain</filter-name> <filter-class> org.springframework.web.filter.DelegatingFilterProxy </filter-class> </filter> <filter-mapping> <filter-name>springSecurityFilterChain</filter-name> <url-pattern>/myapplication/*</url-pattern> </filter-mapping>
Which is an embedded database supported by Spring?
Which of the following best describes @Order annotation?
Which of the following is BAD practice, in general?
What is the role of the @PostConstruct and @PreDestroy annotations?
What does the @Valid as part of JSR-303 mean?