nerdexam
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)
  • A
    11% (2)
  • B
    5% (1)
  • C
    79% (15)
  • E
    5% (1)

Community Discussion

No community discussion yet for this question.

Full 2V0-72.22 Practice