MCQs > Engineering & Manufacturing > SOAP > Read the following statements: Address address = new Address( ); Person person = new Person( ); person.setAddress(address); The above code is creating two objects, one for the Address class and the other for the Person class. The Person class has a function called setAddress, which accepts objects of the Address class. How will you serialize this in SOAP?

SOAP MCQs

Read the following statements:

Address address = new Address( );

Person person = new Person( );

person.setAddress(address);

The above code is creating two objects, one for the Address class and the other for the Person class. The Person class has a function called setAddress, which accepts objects of the Address class. How will you serialize this in SOAP?

Answer

Correct Answer: <Person><Address href="#address1" /></Person><Address id="address1" />

Explanation:

Note: This Question is unanswered, help us to find answer for this one

SOAP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

SOAP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it