Correct Answer: @RequestHeader
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
Which one of the following statements is NOT true about MVC pattern?
What is one of the major improvements in Spring 3?
Which of the following is a synonym for dependency injection?
@RequestMapping is part of which part of Spring?
Does Spring support injection of Enum types?
Assuming no additional configuration is provided, what is the first selection criteria Spring uses to choose a bean when autowiring a property?
Assuming username and password authentication is in place, what method on the Authentication object can be used to obtain the username?
What is Spring AOP?
What is the purpose of a web application context?
To register a custom filter that applies only to certain URL patterns, you should remove the _ annotation from the filter class and register a @Bean of type _ in Spring @Configuration.