移动端

  • 题王微信公众号

    题王微信公众号

    微信搜“题王网”真题密题、最新资讯、考试攻略、轻松拿下考试

单选题

You are testing a component that serializes the Meeting class instances so that they can be saved to the file system. The Meeting class has the following definition: The component contains a procedure with the following code segment.  Meeting myMeeting = new Meeting("Goals");  myMeeting.roomNumber=1100;  string[] attendees = new string[2]{"John", "Mary"};  myMeeting.invitees = attendees;  XmlSerializer xs = new XmlSerializer(typeof(Meeting));  StreamWriter writer = new StreamWriter(@"C:///Meeting.xml");  xs.Serialize(writer, myMeeting);  writer.Close(); You need to identify the XML block that is written to the C:///Meeting.xml file as a result of running this procedure.Which XML block represents the content that will be written to the C:///Meeting.xml file?()

发布日期:2021-01-28

You are testing a component that serializes the Me...
A

A

B

B

C

C

D

D

题王网让考试变得更简单

扫码关注题王,更多免费功能准备上线!

此试题出现在

CMS专题

CMS专题

去刷题
热门试题热门资讯 相关试题

暂无相关推荐~