网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

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");You need to ensure that these e-mail addresses are stored in the Email.dat file so that you can load them againwhen the user restarts the application.What should you do?()

A.

B.

C.

D.


参考答案

更多 “ 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);You need to ensure that these e-mail addresses are stored in the Email.dat file so that you can load them againwhen the user restarts the application.What should you do?()A.B.C.D. ” 相关考题
考题 HashMap和Hashtable正确的说法有() A.都属于Map接口的类B.Hashtable类不是同步的,HashMap类是同步的C.Hashtable类不允许null键和null值D.HashMap类允许null键和null值

考题 Hashtable和HashMap有什么区别?

考题 HashMap与HashTable的区别

考题 Hashtable的原理,并说出HashMap与Hashtable的区别

考题 HashMap和Hashtable的区别。

考题 4.HashTable是线程____(安全/不安全)

考题 Hashtable类大体相当于HashMap。

考题 HashTable允许key和vaule为null。

考题 Hashtable类大体相当于HashMap

考题 关于Java语言Hashtable,表述正确的有()。A.Hashtable允许空(null)键值(key)B.Hashtable的方法是Synchronize的C.Hashtable继承自Dictionary类D.Hashtable支持Null value