VMware vRealize Automation 8.x (2022) — Question 34
Which three types can be used as @Controller method arguments? (Choose three.)
Answer options
- A. Locale
- B. Principal
- C. Language
- D. Session
- E. Request
- F. HttpSession
Correct answer: A, B, F
Explanation
The correct options are Locale, Principal, and HttpSession because these types can be automatically resolved by the Spring MVC framework for use in controller methods. Language and Request are not valid types for method arguments in this context, and Session is too generic to be used directly as a method argument.