Question:Refer to the code given below and identify the line numbers that contain errors: .. 1. Inquire.Url = "http://uddi.rte.microsoft.com/inquire"; 2. FindBusiness findBusiness = new FindBusiness(); 3. findBusiness.Names.Add("Royal Airways"); 4. BusinessList list = findBusiness.Find(); 5. if (list.BusinessInfos.Count > 0) 6. { 7. GetBusinessInfo gb = new GetBusinessInfo(); 8. gb.BusinessKeys.Add(bizList.BusinessInfos[0].BusinessKey); 9. BusinessDetail bizDetail = gb.Send(); 10. if (bizDetail.BusinessEntities.Count > 0) 11. { 12. ... 13. } 14.} ... 

A 2 

B 4 

C 5 

D 7 

E 10 

F None of these 

+ Answer
+ Explanation
+ Report
Total Preview: 530

Copyright © 2024. Powered by Intellect Software Ltd