Broadcom-VMware
2V0-72.22 · Question #44
Which two options will inject the value of the daily.limit system property? (Choose two.)
The correct answer is C. @Value("$(daily.limit)") D. @Value("#{systemProperties['daily.limit']}"). See the full explanation below for the reasoning.
Question
Which two options will inject the value of the daily.limit system property? (Choose two.)
Options
- A@Value("#{daily.limit}")
- B@Value("$(systemProperties.daily.limit)")
- C@Value("$(daily.limit)")
- D@Value("#{systemProperties['daily.limit']}")
- E@Value("#{systemProperties.daily.limit}")
How the community answered
(19 responses)- A11% (2)
- B5% (1)
- C79% (15)
- E5% (1)
Community Discussion
No community discussion yet for this question.