Oracle
1Z0-899 · Question #17
1Z0-899 Question #17: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-899 to reveal the answer and full explanation for question #17. The question stem and answer options stay visible for context.
Question
In a jsp-centric shopping cart application cart application to move a client's home address of Customer object into the shipping address of the order object. The address data is stored in a value object class called Address with properties for: street address, city, province, country, and postal code. Which two code snippets can be used to accomplish this goal?
Options
- A<c:set var='order' property='shipAddress'
- B<c:set target='${order}' property='shipAddress'
- C<jsp:setProperty name='${order}' property='shipAddress'
- D<c:set var='order' property='shipAddress'>
- E<c:set target='${order}' property='shipAddress'>
- F<c:setProperty name='${order}' property='shipAddress'>
Unlock 1Z0-899 to see the answer
You've previewed enough free 1Z0-899 questions. Unlock 1Z0-899 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.