试题详情
- 单项选择题 You have recently written the code shown below: Hashtable emailAddresses = new Hashtable ( ); emailAddresses.Add ("Mia", "mia@ Certkiller .com"); emailAddresses.Add ("Andy", "andy@ Certkiller .com"); emailAddresses.Add ("Kara", "kara@ Certkiller .com"); FileStream stream = new FileStream ("Email.dat", FileMode.Create); BinaryFormatter formatter = new BinaryFormatter ( ); formatter.Serialize (stream, emailAddresses); You need to ensure that you are able to load the emailAddresses object from the Email.dat file into your application. What should you do?()
A、
B、
C、
D、
- C
关注下方微信公众号,在线模考后查看
热门试题