Question:The following code has stored the data using the multiple-referenced accessor: <Person> <Address href="address1" /> </Person> <Address id="address1" /> Which of the following is the correct way to solve the error in the code given above?
A * must be prefixed with href value
B * must be prefixed with id value
C # must be prefixed with href value
D # must be prefixed with id value
+ AnswerB
+ Explanation
+ Report