Broadcom-VMware
2V0-72.22PSE · Question #50
2V0-72.22PSE Question #50: Real Exam Question with Answer & Explanation
Sign in or unlock 2V0-72.22PSE to reveal the answer and full explanation for question #50. The question stem and answer options stay visible for context.
REST
Question
Refer to the exhibit. Which option is a valid way to retrieve the account id? (Choose the best answer.)
Options
- AAdd @PathVariable("id") String accountId argument to the update() handler method.
- BAdd @PathVariable long accountId argument to the update() handler method.
- CAdd @RequestParam long accountId argument to the update() handler method.
- DAdd @RequestParam("id") String accountId argument to the update() handler method.
Unlock 2V0-72.22PSE to see the answer
You've previewed enough free 2V0-72.22PSE questions. Unlock 2V0-72.22PSE for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#@PathVariable#Path Parameters#REST API Routing#Request Mapping