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.
第1题:
HashMap和Hashtable的区别。
第2题:
Hashtable类大体相当于HashMap。
第3题:
Hashtable类大体相当于HashMap
第4题:
4.HashTable是线程____(安全/不安全)
第5题:
HashTable允许key和vaule为null。
第6题:
关于Java语言Hashtable,表述正确的有()。
A.Hashtable允许空(null)键值(key)
B.Hashtable的方法是Synchronize的
C.Hashtable继承自Dictionary类
D.Hashtable支持Null value